diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2019-06-12 09:34:14 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2019-06-12 09:34:14 +0900 |
commit | 455eedddad0675e2a356117484f6cf7147a6582e (patch) | |
tree | f64956068da918e64d0669e2690e39b78a26e04d /app/SettingsLauncher.qml | |
parent | da1716f58a93552e6c367aa22eeff1c97cbed310 (diff) |
change to horizontal mode
Diffstat (limited to 'app/SettingsLauncher.qml')
-rw-r--r-- | app/SettingsLauncher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |