Skip to content

Commit 6489081

Browse files
committed
[browser] favorite and home folder icon improvements
1 parent e9849a2 commit 6489081

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

images/images.qrc

+1
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@
716716
<file>themes/default/mIndicatorNonRemovable.svg</file>
717717
<file>themes/default/mIconFolder.svg</file>
718718
<file>themes/default/mIconFolderOpen.svg</file>
719+
<file>themes/default/mIconFolderProject.svg</file>
719720
</qresource>
720721
<qresource prefix="/images/tips">
721722
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
+1-1
Loading
Loading

src/core/qgsdataitem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ QIcon QgsProjectHomeItem::icon()
14691469
{
14701470
if ( state() == Populating )
14711471
return QgsDirectoryItem::icon();
1472-
return QgsApplication::getThemeIcon( QStringLiteral( "mIconQgsProjectFile.svg" ) );
1472+
return QgsApplication::getThemeIcon( QStringLiteral( "mIconFolderProject.svg" ) );
14731473
}
14741474

14751475
QVariant QgsProjectHomeItem::sortKey() const

0 commit comments

Comments
 (0)