Skip to content

Commit 676a90c

Browse files
committedSep 13, 2018
Slightly smaller font size in selector
1 parent 89e48d4 commit 676a90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/symbology/qgssymbolslistwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ QVariant QgsReadOnlyStyleModel::data( const QModelIndex &index, int role ) const
6565
{
6666
// drop font size to get reasonable amount of item name shown
6767
QFont f = QgsStyleProxyModel::data( index, role ).value< QFont >();
68-
f.setPointSize( 10 );
68+
f.setPointSize( 9 );
6969
return f;
7070
}
7171
return QgsStyleProxyModel::data( index, role );

0 commit comments

Comments
 (0)
Please sign in to comment.