Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix attribute table position restore
git-svn-id: http://svn.osgeo.org/qgis/trunk@13540 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 20, 2010
1 parent 714ec14 commit 0673c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/attributetable/qgsattributetableview.cpp
Expand Up @@ -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 );
Expand Down

0 comments on commit 0673c66

Please sign in to comment.