Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust column size
  • Loading branch information
elpaso committed Aug 19, 2015
1 parent fd23859 commit 847653f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -85,6 +85,8 @@ void QgsDualView::init( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas, const Qg
else
columnBoxInit();

mTableView->resizeColumnsToContents();

mFeatureList->setEditSelection( QgsFeatureIds() << mFeatureListModel->idxToFid( mFeatureListModel->index( 0, 0 ) ) );
}

Expand Down

0 comments on commit 847653f

Please sign in to comment.