Skip to content

Commit 6489081

Browse files
committedOct 2, 2018
[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

Lines changed: 1 addition & 0 deletions
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>
Lines changed: 1 addition & 1 deletion

Error rendering embedded code

Invalid image source.

Lines changed: 1 addition & 0 deletions
Loading

‎src/core/qgsdataitem.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.