ControlCenter: fix scaling (pass scaling to everything)

This commit is contained in:
lysec
2025-10-12 10:25:52 +02:00
parent 7d37d5dc17
commit b4a344b0b5
8 changed files with 31 additions and 1 deletions
@@ -9,6 +9,7 @@ import qs.Widgets
NBox {
id: root
property real scaling: 1.0
readonly property bool weatherReady: (LocationService.data.weather !== null)
ColumnLayout {