"grey out" disabled labels

This commit is contained in:
Jacopo De Simoi 2012-12-04 17:34:57 +01:00
parent 45583af880
commit 679d2f7cd8

View File

@ -62,4 +62,6 @@ Text {
font.weight: theme.defaultFont.weight
font.wordSpacing: theme.defaultFont.wordSpacing
color: theme.textColor
opacity: enabled? 1 : 0.6
}