mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-14 23:56:23 +00:00
Codegen fixes, DPI scaling, SVG icons
This commit is contained in:
@@ -91,7 +91,7 @@ QVariant CVirtualDirectoryModel::data(const QModelIndex& rkIndex, int Role) cons
|
||||
|
||||
if (Role == Qt::DecorationRole)
|
||||
{
|
||||
return QIcon(":/icons/Open_24px.png");
|
||||
return QIcon(":/icons/Open_24px.svg");
|
||||
}
|
||||
|
||||
return QVariant::Invalid;
|
||||
|
||||
Reference in New Issue
Block a user