formatting

This commit is contained in:
quadbyte
2025-08-18 23:06:53 -04:00
parent 59f379104c
commit 14ea1f5e66
5 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ Item {
y: root.centerY - (barHeight / 2)
}
}
}
}
+1 -1
View File
@@ -78,4 +78,4 @@ Item {
}
}
}
}
}
+1 -2
View File
@@ -233,7 +233,7 @@ ColumnLayout {
key: "linear"
name: "Linear"
}
ListElement {
ListElement {
key: "mirrored"
name: "Mirrored"
}
@@ -241,7 +241,6 @@ ColumnLayout {
key: "wave"
name: "Wave"
}
}
currentKey: Settings.data.audio.visualizerType
onSelected: function (key) {
+1 -1
View File
@@ -94,7 +94,7 @@ Item {
NLabel {
label: "Monitors Brightness Control"
description: "Current brightness levels for all detected monitors."
description: "Current brightness levels for all detected monitors."
}
// Single monitor display using the same data source as the bar icon
-5
View File
@@ -370,10 +370,5 @@ NBox {
Layout.alignment: Qt.AlignHCenter
}
}
}
}