aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-03-22 12:55:41 +0100
committerLukáš Tinkl <ltinkl@luxoft.com>2018-03-23 11:05:47 +0000
commit680950fd89b38ddbae01255d4c0b3f0919adf1d4 (patch)
tree17749ff73e08dddfb87ce0ced47d6f882a7adfea
parent473b6b42b121b518cbff13d8a2a6b602f8dafdc3 (diff)
[sysui] Enlarge touch areas of home and app grid buttons
They were way too small Change-Id: I675faee14cff814e13959a4a575f05ab59eed745 Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com>
-rw-r--r--sysui/launcher/Launcher.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysui/launcher/Launcher.qml b/sysui/launcher/Launcher.qml
index a584160c..8a4968b1 100644
--- a/sysui/launcher/Launcher.qml
+++ b/sysui/launcher/Launcher.qml
@@ -59,8 +59,8 @@ Item {
anchors.top: parent.top
anchors.left: parent.left
anchors.leftMargin: Style.hspan(134/45) - width/2
- width: NeptuneStyle.dp(29)
- height: NeptuneStyle.dp(32)
+ width: NeptuneStyle.dp(90)
+ height: NeptuneStyle.dp(90)
symbol: Style.symbol("ic-menu-home")
ButtonGroup.group: buttonGroup
@@ -81,8 +81,8 @@ Item {
Tool {
id: gridButton
- width: NeptuneStyle.dp(23)
- height: NeptuneStyle.dp(23)
+ width: NeptuneStyle.dp(90)
+ height: NeptuneStyle.dp(90)
readonly property bool useCloseIcon: editableLauncher.gridEditMode || root.open