aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2021-08-24 16:52:46 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2021-08-24 18:09:23 +0000
commit72536eb1555db00723dfbd72c80c940ccabfb2b3 (patch)
treef0c36d8418ff874ef684c60f3f62e623e998e104 /share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
parent88ee84c5b16a86dff4f46faecf6e51411fe65055 (diff)
QmlDesigner: Fix assets library themingv5.0.0
Also define the themeUnimportedModuleColor value in the theme files. Fixes: QDS-4935 Change-Id: I3fc0b2316ebc1b11e4de87c09e2136e768e5cbe2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
index 38034918fb..09764f7baf 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
@@ -278,7 +278,7 @@ QtObject {
property string themeStateBackground: Theme.color(Theme.DSstateBackgroundColor)
property string themeStatePreviewOutline: Theme.color(Theme.DSstatePreviewOutline)
- property string themeUnimportedModuleColor: "#e33c2e"
+ property string themeUnimportedModuleColor: Theme.color(Theme.DSUnimportedModuleColor)
// Taken out of Constants.js
property string themeChangedStateText: Theme.color(Theme.DSchangedStateText)