diff options
author | 2018-11-02 14:05:36 +0900 | |
---|---|---|
committer | 2018-11-02 14:05:36 +0900 | |
commit | 3de58ed08ac3aedf9029a75e299a95ac71560f03 (patch) | |
tree | 3f6c74551fe2b155ebbbe537770104932c27eefa /app/SettingsLauncher.qml | |
parent | 087d29529292db2e6b6e654254b6600d95a3a43a (diff) |
change to horizontal mode
Diffstat (limited to 'app/SettingsLauncher.qml')
-rw-r--r-- | app/SettingsLauncher.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml index 01c5433..3b723f5 100644 --- a/app/SettingsLauncher.qml +++ b/app/SettingsLauncher.qml @@ -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 { |