We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f428f2 commit 1aee70fCopy full SHA for 1aee70f
src/app/qgsattributetable.cpp
@@ -78,8 +78,7 @@ QgsAttributeTable::QgsAttributeTable( QWidget * parent ) :
78
mPreviousSortIndicatorColumn( -1 )
79
{
80
QFont f( font() );
81
- f.setFamily( "Helvetica" );
82
- f.setPointSize( 9 );
+ f.setPointSize( f.pointSize() - 2 );
83
setFont( f );
84
mDelegate = new QgsAttributeTableItemDelegate( this );
85
setItemDelegate( mDelegate );
0 commit comments