We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d1fa244 commit 3c22affCopy full SHA for 3c22aff
src/gui/attributetable/qgsattributetableview.cpp
@@ -45,7 +45,7 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget *parent )
45
QSettings settings;
46
restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );
47
48
- verticalHeader()->setDefaultSectionSize( 20 );
+ //verticalHeader()->setDefaultSectionSize( 20 );
49
horizontalHeader()->setHighlightSections( false );
50
51
mTableDelegate = new QgsAttributeTableDelegate( this );
0 commit comments