From ae521b53945149e161cc50983bdfb225fe7718b7 Mon Sep 17 00:00:00 2001 From: Brook Cronin Date: Fri, 10 Feb 2023 20:05:34 +0100 Subject: [PATCH] QmlDesigner: fix blocked color for toolbar icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I44a3f66f57b92cefbe14c8014dd7e85a1af707f6 Reviewed-by: Reviewed-by: Thomas Hartmann Reviewed-by: Henning Gründl --- .../imports/StudioTheme/ViewBarButtonStyle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml index 540d8dffe62..80874a26040 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml @@ -16,7 +16,7 @@ ControlStyle { idle: Values.themeTextColor hover: Values.themeTextColor interaction: Values.themeTextSelectedTextColor - disabled: Values.themeIconColorDisabled + disabled: Values.themeToolbarIcon_blocked } background: ControlStyle.BackgroundColors {