Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slightly smaller font size in selector
  • Loading branch information
nyalldawson committed Sep 13, 2018
1 parent 89e48d4 commit 676a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology/qgssymbolslistwidget.cpp
Expand Up @@ -65,7 +65,7 @@ QVariant QgsReadOnlyStyleModel::data( const QModelIndex &index, int role ) const
{
// drop font size to get reasonable amount of item name shown
QFont f = QgsStyleProxyModel::data( index, role ).value< QFont >();
f.setPointSize( 10 );
f.setPointSize( 9 );
return f;
}
return QgsStyleProxyModel::data( index, role );
Expand Down

0 comments on commit 676a90c

Please sign in to comment.