Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ui] stretch last section in filed table widget
  • Loading branch information
slarosa authored and nyalldawson committed Oct 11, 2020
1 parent 66f19ab commit 6de9f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/vector/qgssourcefieldsproperties.cpp
Expand Up @@ -73,6 +73,7 @@ QgsSourceFieldsProperties::QgsSourceFieldsProperties( QgsVectorLayer *layer, QWi
mFieldsList->sortByColumn( 0, Qt::AscendingOrder );
mFieldsList->setSelectionBehavior( QAbstractItemView::SelectRows );
mFieldsList->setSelectionMode( QAbstractItemView::ExtendedSelection );
mFieldsList->horizontalHeader()->setStretchLastSection( true );
mFieldsList->verticalHeader()->hide();

//load buttons and field list
Expand Down

0 comments on commit 6de9f60

Please sign in to comment.