diff options
author | Florent Revest <revestflo@gmail.com> | 2016-07-14 13:38:10 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-07-14 13:38:10 +0200 |
commit | 0252b473cf52249ed4cbae48ac8e73c614806378 (patch) | |
tree | 51e3f7aba853ef9b3d97191447e6d05c35924a90 | |
parent | 3c9d7497c87dcde8decc8112acf29d636c7d7865 (diff) |
IconButton: use a pressedIconColor to give more feedback to the user
-rw-r--r-- | main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ Application { IconButton { id: resetButton iconColor: "white" + pressedIconColor: "lightgrey" iconName: "refresh-empty" visible: mainPage.state === "paused" |