forked from qt-creator/qt-creator
QmlDesigner: Fix ExtendedFunctionLogic initial color
Change-Id: I39cd29528722552ca37e4ce78d6f4a7819ee3e9c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
509d5895f8
commit
27eb98faf2
@@ -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
|
||||
|
Reference in New Issue
Block a user