forked from qt-creator/qt-creator
QmlDesigner.Navigator: Added default icon for other qml types
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 590 B |
@@ -178,7 +178,7 @@ void IdItemDelegate::paint(QPainter *painter,
|
||||
}
|
||||
|
||||
// if the library was also empty, use the default icon
|
||||
if (icon.isNull()) icon = QIcon(":/ItemLibrary/images/default-icon.png");
|
||||
if (icon.isNull()) icon = QIcon(":/ItemLibrary/images/item-default-icon.png");
|
||||
}
|
||||
|
||||
// If no icon is present, leave an empty space of 24 pixels anyway
|
||||
|
||||
Reference in New Issue
Block a user