forked from qt-creator/qt-creator
QmlDesigner: Fix black bar
The color was not renamed in this inline css. Change-Id: Ib23977fcc9f3c5925ef5183dba0fc2c0216ab465 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -473,7 +473,7 @@ static QWidget *createbottomSideBarWidget(const QList<WidgetInfo> &widgetInfos)
|
||||
background->setProperty("designerBackgroundColor", true);
|
||||
|
||||
QString sheet = QString::fromUtf8(Utils::FileReader::fetchQrc(":/qmldesigner/stylesheet.css"));
|
||||
sheet.prepend("QWidget[designerBackgroundColor=\"true\"] {background-color: creatorTheme.QmlDesignerBackgroundColorDarkAlternate;}");
|
||||
sheet.prepend("QWidget[designerBackgroundColor=\"true\"] {background-color: creatorTheme.QmlDesigner_BackgroundColorDarkAlternate;}");
|
||||
|
||||
background->setStyleSheet(Theme::replaceCssColors(sheet));
|
||||
background->setLayout(new QVBoxLayout);
|
||||
|
Reference in New Issue
Block a user