diff options
Diffstat (limited to 'app/Mixer.qml')
-rw-r--r-- | app/Mixer.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Mixer.qml b/app/Mixer.qml index 80c3d77..b14ae68 100644 --- a/app/Mixer.qml +++ b/app/Mixer.qml @@ -30,8 +30,8 @@ ApplicationWindow { // ----- Setup id: root - width: Screen.width * roles.scale - height: Screen.height * roles.scale + width: Window.width * roles.scale + height: Window.height * roles.scale // ----- Childs Label { |