Navigation Menu

Skip to content

Commit

Permalink
[ui] remove use of system icon in adv. settings tree
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 3, 2018
1 parent 09adbe2 commit edc54b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssettingstree.cpp
Expand Up @@ -64,7 +64,7 @@ QgsSettingsTree::QgsSettingsTree( QWidget *parent )
mRefreshTimer.setInterval( 2000 );

mGroupIcon = QgsApplication::getThemeIcon( QStringLiteral( "mIconFolderOpen.svg" ) );
mKeyIcon = style()->standardIcon( QStyle::SP_FileIcon );
mKeyIcon = QgsApplication::getThemeIcon( QStringLiteral( "mIconDeselected.svg" ) );

setEditTriggers( QAbstractItemView::AllEditTriggers );

Expand Down

0 comments on commit edc54b7

Please sign in to comment.