Skip to content

Commit

Permalink
[browser] favorite and home folder icon improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 2, 2018
1 parent e9849a2 commit 6489081
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -716,6 +716,7 @@
<file>themes/default/mIndicatorNonRemovable.svg</file>
<file>themes/default/mIconFolder.svg</file>
<file>themes/default/mIconFolderOpen.svg</file>
<file>themes/default/mIconFolderProject.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
2 changes: 1 addition & 1 deletion images/themes/default/mIconFavourites.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/themes/default/mIconFolderProject.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.cpp
Expand Up @@ -1469,7 +1469,7 @@ QIcon QgsProjectHomeItem::icon()
{
if ( state() == Populating )
return QgsDirectoryItem::icon();
return QgsApplication::getThemeIcon( QStringLiteral( "mIconQgsProjectFile.svg" ) );
return QgsApplication::getThemeIcon( QStringLiteral( "mIconFolderProject.svg" ) );
}

QVariant QgsProjectHomeItem::sortKey() const
Expand Down

0 comments on commit 6489081

Please sign in to comment.