aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/resources
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-04-10 11:25:09 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2018-04-10 13:19:24 +0000
commit36e80ef14280a2a17ac386e748f93b05e52ccd64 (patch)
treea46ff68758355b5596125884b86f0991856af64f /src/plugins/qmldesigner/components/resources
parent654be9b2cc9e7c40613ebd8fa1c10dcebdce8451 (diff)
QmlDesigner: Fix old naming convention in css
Change-Id: I0d73064d18f688d02aa15d13c733b98ee08b74a5 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/components/resources')
-rw-r--r--src/plugins/qmldesigner/components/resources/stylesheet.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/resources/stylesheet.css b/src/plugins/qmldesigner/components/resources/stylesheet.css
index 480f6e81b87..841540f1c87 100644
--- a/src/plugins/qmldesigner/components/resources/stylesheet.css
+++ b/src/plugins/qmldesigner/components/resources/stylesheet.css
@@ -30,7 +30,7 @@ QLineEdit#itemLibrarySearchInput
{
color: creatorTheme.PanelTextColorLight;
font-size: creatorTheme.smallFontPixelSize;
- border: 1px solid creatorTheme.QmlDesignerBackgroundColorDarker;
+ border: 1px solid creatorTheme.QmlDesigner_BackgroundColorDarker;
border-width: 1;
max-height: 20px;
min-height: 20px;