summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-12 09:34:14 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-12 09:34:14 +0900
commit455eedddad0675e2a356117484f6cf7147a6582e (patch)
treef64956068da918e64d0669e2690e39b78a26e04d /app/Settings.qml
parentda1716f58a93552e6c367aa22eeff1c97cbed310 (diff)
change to horizontal 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 {