forked from qt-creator/qt-creator
QmlDesigner: Fix blocked state for top toolbar buttons
Change-Id: I764398749e58c9a5395ecd9521ed94d0ad89ed89 Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -14,7 +14,7 @@ ControlStyle {
|
||||
idle: Values.themeTextColor
|
||||
hover: Values.themeTextColor
|
||||
interaction: Values.themeTextSelectedTextColor
|
||||
disabled: Values.themeIconColorDisabled
|
||||
disabled: Values.themeToolbarIcon_blocked
|
||||
}
|
||||
|
||||
background: ControlStyle.BackgroundColors {
|
||||
|
Reference in New Issue
Block a user