mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-12 06:45:12 +00:00
Codegen fixes, DPI scaling, SVG icons
This commit is contained in:
@@ -56,9 +56,9 @@ QVariant CPoiMapModel::data(const QModelIndex& rkIndex, int Role) const
|
||||
}
|
||||
|
||||
if (IsImportant)
|
||||
return QIcon(":/icons/POI Important.png");
|
||||
return QIcon(":/icons/POI Important.svg");
|
||||
else
|
||||
return QIcon(":/icons/POI Normal.png");
|
||||
return QIcon(":/icons/POI Normal.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user