forked from qt-creator/qt-creator
QmlDesigner: Use highlight blue for expression indicator
Using optipng on all PNGs. Change-Id: Id43868b917b450b2b613ea309f105be282161c04 Task-numbner: QDS-540 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 165 B |
Binary file not shown.
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 311 B |
@@ -69,7 +69,8 @@ QPixmap QmlDesignerIconProvider::getPixmap(const QString &id)
|
||||
else if (id == "plus")
|
||||
result = Utils::Icons::PLUS_TOOLBAR.pixmap();
|
||||
else if (id == "expression")
|
||||
result = Icon(iconPath() + "expression.png").pixmap();
|
||||
result = Icon({
|
||||
{ iconPath() + QLatin1String("expression.png"), Theme::QmlDesigner_HighlightColor}}).pixmap();
|
||||
else if (id == "placeholder")
|
||||
result = Icon(iconPath() + "placeholder.png").pixmap();
|
||||
else if (id == "submenu")
|
||||
|
||||
Reference in New Issue
Block a user