From 455eedddad0675e2a356117484f6cf7147a6582e Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 12 Jun 2019 09:34:14 +0900 Subject: change to horizontal mode --- app/Settings.qml | 4 ++-- app/SettingsLauncher.qml | 2 +- 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 { -- cgit 1.2.3-korg