aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2016-09-07 15:47:52 +0200
committerFlorent Revest <revestflo@gmail.com>2016-09-07 15:48:46 +0200
commit1b1c7f2869b0b8e3daf4e21e0fb84bf88924fdae (patch)
tree2bf636db9631efd563121b2902c324bdde5f3e10 /main.qml
parent09953381685e9cc19fdd3eda47c6e90fb1492520 (diff)
Use full ionicons set
Diffstat (limited to '')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index e9d48e3..9d80ad0 100644
--- a/main.qml
+++ b/main.qml
@@ -107,7 +107,7 @@ Application {
id: resetButton
iconColor: "white"
pressedIconColor: "lightgrey"
- iconName: "refresh-empty"
+ iconName: "ios-refresh"
visible: mainPage.state === "paused"
hovered: false