We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714ec14 commit 0673c66Copy full SHA for 0673c66
src/app/attributetable/qgsattributetableview.cpp
@@ -32,7 +32,7 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget* parent )
32
: QTableView( parent ), mActionPopup( 0 )
33
{
34
QSettings settings;
35
- restoreGeometry( settings.value( "/BetterTable/geometry" ).toByteArray() );
+ restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );
36
37
verticalHeader()->setDefaultSectionSize( 20 );
38
horizontalHeader()->setHighlightSections( false );
0 commit comments