mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-11 00:04:27 -04:00
fix attribute table position restore
git-svn-id: http://svn.osgeo.org/qgis/trunk@13540 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
714ec14a86
commit
0673c6601b
@ -32,7 +32,7 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget* parent )
|
||||
: QTableView( parent ), mActionPopup( 0 )
|
||||
{
|
||||
QSettings settings;
|
||||
restoreGeometry( settings.value( "/BetterTable/geometry" ).toByteArray() );
|
||||
restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );
|
||||
|
||||
verticalHeader()->setDefaultSectionSize( 20 );
|
||||
horizontalHeader()->setHighlightSections( false );
|
||||
|
Loading…
x
Reference in New Issue
Block a user