diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml index e8d50b64ea6..57c39fcd68f 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml @@ -37,7 +37,7 @@ Item { property string backendExpression: backendValue.expression property string glyph: StudioTheme.Constants.actionIcon - property string color: StudioTheme.Constants.themeTextColor + property string color: StudioTheme.Values.themeTextColor property alias menuLoader: menuLoader signal reseted