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:
Brook Cronin
2023-02-14 11:10:54 +01:00
parent 6b6ff2aeeb
commit f93f7f62d9

View File

@@ -14,7 +14,7 @@ ControlStyle {
idle: Values.themeTextColor
hover: Values.themeTextColor
interaction: Values.themeTextSelectedTextColor
disabled: Values.themeIconColorDisabled
disabled: Values.themeToolbarIcon_blocked
}
background: ControlStyle.BackgroundColors {