mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 04:15:26 +00:00
ControlCenter: fix scaling (pass scaling to everything)
This commit is contained in:
@@ -11,6 +11,8 @@ import qs.Widgets
|
||||
NBox {
|
||||
id: root
|
||||
|
||||
property real scaling: 1.0
|
||||
|
||||
// Background artwork that covers everything
|
||||
Item {
|
||||
anchors.fill: parent
|
||||
|
||||
@@ -10,6 +10,7 @@ import qs.Widgets
|
||||
// Power Profiles: performance, balanced, eco
|
||||
NBox {
|
||||
|
||||
property real scaling: 1.0
|
||||
property real spacing: 0
|
||||
|
||||
// Centralized service
|
||||
|
||||
@@ -14,6 +14,7 @@ import qs.Widgets
|
||||
NBox {
|
||||
id: root
|
||||
|
||||
property real scaling: 1.0
|
||||
property string uptimeText: "--"
|
||||
|
||||
RowLayout {
|
||||
|
||||
@@ -10,6 +10,7 @@ import qs.Widgets
|
||||
// Utilities: record & wallpaper
|
||||
NBox {
|
||||
|
||||
property real scaling: 1.0
|
||||
property real spacing: 0
|
||||
|
||||
RowLayout {
|
||||
|
||||
@@ -9,6 +9,7 @@ import qs.Widgets
|
||||
NBox {
|
||||
id: root
|
||||
|
||||
property real scaling: 1.0
|
||||
readonly property bool weatherReady: (LocationService.data.weather !== null)
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
Reference in New Issue
Block a user