Settings: cleanup, almost there!

This commit is contained in:
LemmyCook 2025-09-14 11:14:37 -04:00
parent f3123ba5b1
commit c108e7707a
9 changed files with 63 additions and 57 deletions

View file

@ -7,15 +7,13 @@ import qs.Widgets
ColumnLayout {
id: root
spacing: Style.marginL * scaling
NHeader {
label: "Appearance"
description: "Configure the launcher behavior and appearance."
}
ColumnLayout {
spacing: Style.marginL * scaling
NComboBox {
id: launcherPosition
label: "Position"
@ -110,7 +108,7 @@ ColumnLayout {
checked: Settings.data.appLauncher.useApp2Unit
onToggled: checked => Settings.data.appLauncher.useApp2Unit = checked
}
}
NDivider {
Layout.fillWidth: true