Skip to content

Commit 0673c66

Browse files
author
jef
committed
fix attribute table position restore
git-svn-id: http://svn.osgeo.org/qgis/trunk@13540 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 714ec14 commit 0673c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/attributetable/qgsattributetableview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget* parent )
3232
: QTableView( parent ), mActionPopup( 0 )
3333
{
3434
QSettings settings;
35-
restoreGeometry( settings.value( "/BetterTable/geometry" ).toByteArray() );
35+
restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );
3636

3737
verticalHeader()->setDefaultSectionSize( 20 );
3838
horizontalHeader()->setHighlightSections( false );

0 commit comments

Comments
 (0)