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 bfcec3a..1d575d7 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -36,8 +36,8 @@ ApplicationWindow {
Item {
id: container
anchors.centerIn: parent
- width: 1080
- height: 1487
+ width: 1920
+ height: 720
scale: screenInfo.scale_factor()
StackView {