change to horizontal mode
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 2 Nov 2018 05:05:36 +0000 (14:05 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 2 Nov 2018 05:05:36 +0000 (14:05 +0900)
app/Settings.qml
app/SettingsLauncher.qml

index 256467b..9369066 100644 (file)
@@ -37,8 +37,8 @@ ApplicationWindow {
     Item {
         id: container
         anchors.centerIn: parent
-        width: 1080
-        height: 1487
+        width: 1920
+        height: 720
         scale: screenInfo.scale_factor()
 
     StackView {
index 01c5433..3b723f5 100644 (file)
@@ -24,6 +24,7 @@ Page {
     property alias model: view.model
     signal launch(var app)
     signal toggled(var app, bool on)
+
     ListView {
         id: view
         anchors.fill: parent
@@ -33,7 +34,7 @@ Page {
         delegate: MouseArea {
             id: delegate
             width: ListView.view.width
-            height: width / 6
+            height: width / 15
             RowLayout {
                 anchors.fill: parent
                 Item {