change to horizontal mode
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Wed, 12 Jun 2019 00:34:14 +0000 (09:34 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Wed, 12 Jun 2019 00:34:14 +0000 (09:34 +0900)
app/Settings.qml
app/SettingsLauncher.qml

index bfcec3a..1d575d7 100644 (file)
@@ -36,8 +36,8 @@ ApplicationWindow {
     Item {
         id: container
         anchors.centerIn: parent
-        width: 1080
-        height: 1487
+        width: 1920
+        height: 720
         scale: screenInfo.scale_factor()
 
     StackView {
index 01c5433..c58392f 100644 (file)
@@ -33,7 +33,7 @@ Page {
         delegate: MouseArea {
             id: delegate
             width: ListView.view.width
-            height: width / 6
+            height: width / 15
             RowLayout {
                 anchors.fill: parent
                 Item {