QmlDesigner: Fix ExtendedFunctionLogic initial color

Change-Id: I39cd29528722552ca37e4ce78d6f4a7819ee3e9c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2021-02-08 14:14:25 +01:00
committed by Henning Gründl
parent 509d5895f8
commit 27eb98faf2

View File

@@ -37,7 +37,7 @@ Item {
property string backendExpression: backendValue.expression property string backendExpression: backendValue.expression
property string glyph: StudioTheme.Constants.actionIcon property string glyph: StudioTheme.Constants.actionIcon
property string color: StudioTheme.Constants.themeTextColor property string color: StudioTheme.Values.themeTextColor
property alias menuLoader: menuLoader property alias menuLoader: menuLoader
signal reseted signal reseted