From: zheng_wenlong Date: Wed, 12 Jun 2019 00:34:14 +0000 (+0900) Subject: change to horizontal mode X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=455eedddad0675e2a356117484f6cf7147a6582e;p=apps%2Fsettings.git change to horizontal mode --- 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 {