summaryrefslogtreecommitdiffstats
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
parentda1716f58a93552e6c367aa22eeff1c97cbed310 (diff)
change to horizontal mode
-rw-r--r--app/Settings.qml4
-rw-r--r--app/SettingsLauncher.qml2
2 files changed, 3 insertions, 3 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 {
diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml
index 01c5433..c58392f 100644
--- a/app/SettingsLauncher.qml
+++ b/app/SettingsLauncher.qml
@@ -33,7 +33,7 @@ Page {
delegate: MouseArea {
id: delegate
width: ListView.view.width
- height: width / 6
+ height: width / 15
RowLayout {
anchors.fill: parent
Item {