formatting
This commit is contained in:
parent
59f379104c
commit
14ea1f5e66
5 changed files with 4 additions and 10 deletions
|
|
@ -39,4 +39,4 @@ Item {
|
||||||
y: root.centerY - (barHeight / 2)
|
y: root.centerY - (barHeight / 2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,4 +78,4 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ ColumnLayout {
|
||||||
key: "linear"
|
key: "linear"
|
||||||
name: "Linear"
|
name: "Linear"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "mirrored"
|
key: "mirrored"
|
||||||
name: "Mirrored"
|
name: "Mirrored"
|
||||||
}
|
}
|
||||||
|
|
@ -241,7 +241,6 @@ ColumnLayout {
|
||||||
key: "wave"
|
key: "wave"
|
||||||
name: "Wave"
|
name: "Wave"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
currentKey: Settings.data.audio.visualizerType
|
currentKey: Settings.data.audio.visualizerType
|
||||||
onSelected: function (key) {
|
onSelected: function (key) {
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ Item {
|
||||||
|
|
||||||
NLabel {
|
NLabel {
|
||||||
label: "Monitors Brightness Control"
|
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
|
// Single monitor display using the same data source as the bar icon
|
||||||
|
|
|
||||||
|
|
@ -370,10 +370,5 @@ NBox {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue