We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent db01e7b commit 03b1f14Copy full SHA for 03b1f14
src/app/qgsvectorlayerproperties.cpp
@@ -215,7 +215,8 @@ void QgsVectorLayerProperties::loadRows()
215
tblAttributes->horizontalHeader()->setResizeMode( 1, QHeaderView::Stretch );
216
tblAttributes->horizontalHeader()->setResizeMode( 7, QHeaderView::Stretch );
217
tblAttributes->setSelectionBehavior( QAbstractItemView::SelectRows );
218
- tblAttributes->setSelectionMode( QAbstractItemView::MultiSelection );
+ tblAttributes->setSelectionMode( QAbstractItemView::SingleSelection );
219
+ tblAttributes->verticalHeader()->hide();
220
221
int row = 0;
222
for ( QgsFieldMap::const_iterator it = fields.begin(); it != fields.end(); it++, row++ )
0 commit comments