User alternate color when focus changed, too.

This commit is contained in:
Abdurrahman AVCI 2013-01-18 17:47:49 +00:00
parent a058915483
commit 5b9277ed81

View File

@ -41,7 +41,7 @@ Rectangle {
signal clicked()
color: (mouseDown | mouseOver) ? downColor : normalColor
color: (mouseDown | mouseOver | focus) ? downColor : normalColor
Rectangle {
id: border