summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 0bf6c3f..f257d8a 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -39,8 +39,8 @@ ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width: Screen.width
- height: Screen.height
+ width: Window.width
+ height: Window.height
scale: 1
StackView {