Skip to content

Commit

Permalink
bring some colors back
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 2, 2018
1 parent 6489081 commit ad95820
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@
<file>themes/default/mIconTimerContinue.svg</file>
<file>themes/default/mIconTimerPause.svg</file>
<file>themes/default/mIconTreeView.svg</file>
<file>themes/default/mIconVector.svg</file>
<file>themes/default/mIconVirtualLayer.svg</file>
<file>themes/default/mIconWcs.svg</file>
<file>themes/default/mIconWfs.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion images/themes/default/mIconMeshLayer.svg
Loading
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 images/themes/default/mIconRaster.svg
Loading
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/mIconVector.svg
Loading
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
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ QString QgsLayerItem::iconName( QgsLayerItem::LayerType layerType )
return QStringLiteral( "/mIconPolygonLayer.svg" );
// TODO add a new icon for generic Vector layers
case Vector :
return QStringLiteral( "/mIconPolygonLayer.svg" );
return QStringLiteral( "/mIconVector.svg" );
case TableLayer:
case Table:
return QStringLiteral( "/mIconTableLayer.svg" );
Expand Down

0 comments on commit ad95820

Please sign in to comment.