forked from qt-creator/qt-creator
StudioWelcome: Use hard coded value for currentActiveGlobalText
Change-Id: Ia0ec7c9df89838342a6d487d79f93ce7387c5fd0 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ QtObject {
|
||||
////TEXT
|
||||
property color currentGlobalText: Values.themeTextColor
|
||||
|
||||
property color currentActiveGlobalText: Values.themeTextSelectedTextColor
|
||||
property color currentActiveGlobalText: "#ffffff"
|
||||
|
||||
property string brandGlobalText: if (defaultBrand) {
|
||||
//console.log ("dark theme" + brandGlobalText)
|
||||
|
Reference in New Issue
Block a user