aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2016-07-14 13:38:10 +0200
committerFlorent Revest <revestflo@gmail.com>2016-07-14 13:38:10 +0200
commit0252b473cf52249ed4cbae48ac8e73c614806378 (patch)
tree51e3f7aba853ef9b3d97191447e6d05c35924a90 /main.qml
parent3c9d7497c87dcde8decc8112acf29d636c7d7865 (diff)
IconButton: use a pressedIconColor to give more feedback to the user
Diffstat (limited to '')
-rw-r--r--main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index 21f25ee..7138451 100644
--- a/main.qml
+++ b/main.qml
@@ -106,6 +106,7 @@ Application {
IconButton {
id: resetButton
iconColor: "white"
+ pressedIconColor: "lightgrey"
iconName: "refresh-empty"
visible: mainPage.state === "paused"