summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 14:05:36 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 14:05:36 +0900
commit3de58ed08ac3aedf9029a75e299a95ac71560f03 (patch)
tree3f6c74551fe2b155ebbbe537770104932c27eefa /app/Settings.qml
parent087d29529292db2e6b6e654254b6600d95a3a43a (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 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 {