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 18dd78e commit 8fedfc3Copy full SHA for 8fedfc3
src/app/qgsvectorlayerproperties.cpp
@@ -171,6 +171,7 @@ void QgsVectorLayerProperties::loadRows()
171
tblAttributes->setHorizontalHeaderItem( attrEditTypeCol, new QTableWidgetItem( tr( "Edit widget" ) ) );
172
tblAttributes->setHorizontalHeaderItem( attrAliasCol, new QTableWidgetItem( tr( "Alias" ) ) );
173
174
+ tblAttributes->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
175
tblAttributes->setSelectionBehavior( QAbstractItemView::SelectRows );
176
tblAttributes->setSelectionMode( QAbstractItemView::MultiSelection );
177
0 commit comments