From 0252b473cf52249ed4cbae48ac8e73c614806378 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Thu, 14 Jul 2016 13:38:10 +0200 Subject: IconButton: use a pressedIconColor to give more feedback to the user --- main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'main.qml') 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" -- cgit v1.2.3-54-g00ecf