Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix usability issue in attributetable
The height of rows is too small to see its
contents on hidpi screens
  • Loading branch information
elpaso committed Apr 28, 2015
1 parent d1fa244 commit 3c22aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetableview.cpp
Expand Up @@ -45,7 +45,7 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget *parent )
QSettings settings;
restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );

verticalHeader()->setDefaultSectionSize( 20 );
//verticalHeader()->setDefaultSectionSize( 20 );
horizontalHeader()->setHighlightSections( false );

mTableDelegate = new QgsAttributeTableDelegate( this );
Expand Down

0 comments on commit 3c22aff

Please sign in to comment.