diff --git a/sources/ElementsCollection/fileelementcollectionitem.cpp b/sources/ElementsCollection/fileelementcollectionitem.cpp index 5f42efec4..03a2b71f1 100644 --- a/sources/ElementsCollection/fileelementcollectionitem.cpp +++ b/sources/ElementsCollection/fileelementcollectionitem.cpp @@ -361,7 +361,7 @@ void FileElementCollectionItem::setUpIcon() setIcon(QET::Icons::Folder); } else { if (m_path.endsWith(".qetmak")) { - setIcon(QIcon()); + setIcon(QET::Icons::PartRectangle); } else { ElementsLocation loc(collectionPath()); setIcon(loc.icon());