Settings tabs: adapt to new sizing of NComboBox
This commit is contained in:
parent
a68b3f49b0
commit
c01167c9da
2 changed files with 5 additions and 4 deletions
|
|
@ -299,8 +299,7 @@ ColumnLayout {
|
|||
currentKey: Settings.data.nightLight.manualSunrise
|
||||
placeholder: "Select start time"
|
||||
onSelected: key => Settings.data.nightLight.manualSunrise = key
|
||||
|
||||
preferredWidth: 120 * scaling
|
||||
minimumWidth: 120 * scaling
|
||||
}
|
||||
|
||||
Item {// add a little more spacing
|
||||
|
|
@ -316,8 +315,7 @@ ColumnLayout {
|
|||
currentKey: Settings.data.nightLight.manualSunset
|
||||
placeholder: "Select stop time"
|
||||
onSelected: key => Settings.data.nightLight.manualSunset = key
|
||||
|
||||
preferredWidth: 120 * scaling
|
||||
minimumWidth: 120 * scaling
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue