diff options
Diffstat (limited to 'app/Settings.qml')
-rw-r--r-- | app/Settings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Settings.qml b/app/Settings.qml index 256467b..9369066 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -37,8 +37,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: 1080 - height: 1487 + width: 1920 + height: 720 scale: screenInfo.scale_factor() StackView { |