ControlCenter: Looks better when it's taller and less wide.

This commit is contained in:
ItsLemmy
2025-10-09 20:20:26 -04:00
parent 4d0041abee
commit 3fe63f463e
4 changed files with 20 additions and 28 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ NBox {
GridLayout {
id: grid
Layout.fillWidth: true
columns: (Settings.data.controlCenter.quickSettingsStyle === "compact") ? 5 : 3
columns: (Settings.data.controlCenter.quickSettingsStyle === "compact") ? 4 : 3
columnSpacing: Style.marginM * scaling
rowSpacing: Style.marginS * scaling