From b2e9058a2f4d87108e5ceb55a31bc3669be05266 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 28 Aug 2025 15:01:23 -0400 Subject: [PATCH] Auto-formatting --- Modules/SettingsPanel/Tabs/DisplayTab.qml | 6 +++--- Widgets/NTextInput.qml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Modules/SettingsPanel/Tabs/DisplayTab.qml b/Modules/SettingsPanel/Tabs/DisplayTab.qml index eb9a766..5dfcbfe 100644 --- a/Modules/SettingsPanel/Tabs/DisplayTab.qml +++ b/Modules/SettingsPanel/Tabs/DisplayTab.qml @@ -303,11 +303,11 @@ ColumnLayout { } } - // Temperature + // Temperature ColumnLayout { spacing: Style.marginXS * scaling Layout.alignment: Qt.AlignVCenter - + NLabel { label: "Color temperature" description: "Select two temperatures in Kelvin" @@ -317,7 +317,7 @@ ColumnLayout { visible: Settings.data.nightLight.enabled spacing: Style.marginM * scaling Layout.fillWidth: false - Layout.fillHeight: true + Layout.fillHeight: true Layout.alignment: Qt.AlignVCenter NText { diff --git a/Widgets/NTextInput.qml b/Widgets/NTextInput.qml index 78fcd11..6533af9 100644 --- a/Widgets/NTextInput.qml +++ b/Widgets/NTextInput.qml @@ -25,16 +25,16 @@ ColumnLayout { NLabel { label: root.label description: root.description - visible: root.label !== "" || root.description !== "" + visible: root.label !== "" || root.description !== "" } // Container Rectangle { id: frame implicitWidth: parent.width - implicitHeight: Style.baseWidgetSize * 1.1 * scaling + implicitHeight: Style.baseWidgetSize * 1.1 * scaling Layout.minimumWidth: 80 * scaling - Layout.maximumWidth: root.inputMaxWidth + Layout.maximumWidth: root.inputMaxWidth radius: Style.radiusM * scaling color: Color.mSurface border.color: Color.mOutline