diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Settings.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Settings.qml b/app/Settings.qml index f257d8a..d985fc0 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -39,9 +39,9 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Window.width - height: Window.height - scale: 1 + height: 1920 - 218 - 215 + width: 1080 + scale: (Screen.height / 1920.0) StackView { id: stack |