QmlDesigner.Navigator: Added default icon for other qml types

This commit is contained in:
Christiaan Janssen
2010-04-06 13:48:13 +02:00
parent bac6ff3b2b
commit 28c3941cea
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 590 B

View File

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