From 5b9277ed81c780f24b91625f1c981a600b89c939 Mon Sep 17 00:00:00 2001 From: Abdurrahman AVCI Date: Fri, 18 Jan 2013 17:47:49 +0000 Subject: [PATCH] User alternate color when focus changed, too. --- themes/Default/Button.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Default/Button.qml b/themes/Default/Button.qml index 33a6ecc..37acc39 100644 --- a/themes/Default/Button.qml +++ b/themes/Default/Button.qml @@ -41,7 +41,7 @@ Rectangle { signal clicked() - color: (mouseDown | mouseOver) ? downColor : normalColor + color: (mouseDown | mouseOver | focus) ? downColor : normalColor Rectangle { id: border