forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user