From b3f803532a7c346d03ab72d7a1e0750e69659d21 Mon Sep 17 00:00:00 2001 From: Tim Süberkrüb Date: Sun, 29 Nov 2015 12:41:44 +0100 Subject: Fix reset icon alignment --- asteroid-stopwatch | Bin 0 -> 383590 bytes main.qml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 asteroid-stopwatch diff --git a/asteroid-stopwatch b/asteroid-stopwatch new file mode 100755 index 0000000..46b290d Binary files /dev/null and b/asteroid-stopwatch differ diff --git a/main.qml b/main.qml index 75423e4..898848f 100755 --- a/main.qml +++ b/main.qml @@ -183,14 +183,14 @@ Application { IconButton { id: resetButton iconColor: app.colorful ? "white" : "black" - iconName: "reload" + iconName: "refresh-empty" visible: mainPage.state === "paused" hovered: false anchors { horizontalCenter: parent.horizontalCenter - topMargin: Units.dp(16) + topMargin: Units.dp(8) top: parent.top } @@ -229,7 +229,7 @@ Application { anchors { horizontalCenter: parent.horizontalCenter bottom: parent.bottom - bottomMargin: Units.dp(16) + bottomMargin: Units.dp(8) } onClicked: { -- cgit v1.2.3-54-g00ecf