mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 01:59:47 +00:00
QuickSettings: minor layout tweaks
This commit is contained in:
@@ -84,7 +84,7 @@ NBox {
|
||||
anchors.fill: parent
|
||||
values: CavaService.values
|
||||
fillColor: Color.mPrimary
|
||||
opacity: MediaService.trackArtUrl !== "" ? 0.4 : 0.8
|
||||
opacity: MediaService.trackArtUrl !== "" ? 0.5 : 0.8
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ NBox {
|
||||
anchors.fill: parent
|
||||
values: CavaService.values
|
||||
fillColor: Color.mPrimary
|
||||
opacity: MediaService.trackArtUrl !== "" ? 0.4 : 0.8
|
||||
opacity: MediaService.trackArtUrl !== "" ? 0.5 : 0.8
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ NBox {
|
||||
anchors.fill: parent
|
||||
values: CavaService.values
|
||||
fillColor: Color.mPrimary
|
||||
opacity: MediaService.trackArtUrl !== "" ? 0.4 : 0.8
|
||||
opacity: MediaService.trackArtUrl !== "" ? 0.5 : 0.8
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ NBox {
|
||||
id: grid
|
||||
Layout.fillWidth: true
|
||||
columns: (Settings.data.controlCenter.quickSettingsStyle === "compact") ? 4 : 3
|
||||
columnSpacing: Style.marginM * scaling
|
||||
columnSpacing: Style.marginS * scaling
|
||||
rowSpacing: Style.marginS * scaling
|
||||
|
||||
Repeater {
|
||||
|
||||
Reference in New Issue
Block a user