aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorTim Süberkrüb <tim.sueberkrueb@web.de>2015-11-29 12:41:44 +0100
committerTim Süberkrüb <tim.sueberkrueb@web.de>2015-11-29 12:41:44 +0100
commitb3f803532a7c346d03ab72d7a1e0750e69659d21 (patch)
tree23858798c4e422b81e6fc0748dededb07d2d7026 /main.qml
parent3f02e3ef336eaf7fb105f6548a743edaafca23a1 (diff)
Fix reset icon alignment
Diffstat (limited to '')
-rwxr-xr-xmain.qml6
1 files changed, 3 insertions, 3 deletions
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: {