forked from qt-creator/qt-creator
QmlDesigner: fix blocked color for toolbar icons
Change-Id: I44a3f66f57b92cefbe14c8014dd7e85a1af707f6 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -16,7 +16,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