mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Changed geopackage icon to svg
This commit is contained in:
parent
e14e6482d7
commit
a2d4e822a2
@ -563,7 +563,7 @@
|
||||
<file>themes/default/mActionMapSettings.svg</file>
|
||||
<file>themes/default/mActionLockExtent.svg</file>
|
||||
<file>icons/qgis_icon.svg</file>
|
||||
<file>themes/default/mGeoPackage.png</file>
|
||||
<file>themes/default/mGeoPackage.svg</file>
|
||||
</qresource>
|
||||
<qresource prefix="/images/tips">
|
||||
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
|
||||
|
@ -41,7 +41,7 @@ QgsGeoPackageRootItem::QgsGeoPackageRootItem( QgsDataItem *parent, QString name,
|
||||
: QgsDataCollectionItem( parent, name, path )
|
||||
{
|
||||
mCapabilities |= Fast;
|
||||
mIconName = QStringLiteral( "mGeoPackage.png" );
|
||||
mIconName = QStringLiteral( "mGeoPackage.svg" );
|
||||
populate();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user