Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Style Manager] Replace "All Symbols" by "All" label
because it's not only about symbols; color ramps are also "unfiltered"...
  • Loading branch information
DelazJ authored and nirvn committed Jul 17, 2018
1 parent d183f5f commit 77eafc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology/qgsstylemanagerdialog.cpp
Expand Up @@ -907,7 +907,7 @@ void QgsStyleManagerDialog::populateGroups()
setBold( favoriteSymbols );
model->appendRow( favoriteSymbols );

QStandardItem *allSymbols = new QStandardItem( tr( "All Symbols" ) );
QStandardItem *allSymbols = new QStandardItem( tr( "All" ) );
allSymbols->setData( "all" );
allSymbols->setEditable( false );
setBold( allSymbols );
Expand Down

0 comments on commit 77eafc0

Please sign in to comment.