Mixer.qml: Use window's width and height instead of screens
[apps/mixer.git] / app / Mixer.qml
index 80c3d77..b14ae68 100644 (file)
@@ -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 {