diff options
author | Florent Revest <revestflo@gmail.com> | 2016-09-07 15:47:52 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-09-07 15:48:46 +0200 |
commit | 1b1c7f2869b0b8e3daf4e21e0fb84bf88924fdae (patch) | |
tree | 2bf636db9631efd563121b2902c324bdde5f3e10 | |
parent | 09953381685e9cc19fdd3eda47c6e90fb1492520 (diff) |
Use full ionicons set
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ Application { id: resetButton iconColor: "white" pressedIconColor: "lightgrey" - iconName: "refresh-empty" + iconName: "ios-refresh" visible: mainPage.state === "paused" hovered: false |