Auto-formatting
This commit is contained in:
parent
6ac172fe02
commit
b2e9058a2f
2 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue