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>
This commit is contained in:
Thomas Hartmann
2018-04-10 11:25:09 +02:00
parent 654be9b2cc
commit 36e80ef142

View File

@@ -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;