Skip to content

Commit d373f12

Browse files
author
timlinux
committedNov 14, 2010
Stretch table column in attribute list
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14664 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsvectorlayerproperties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ void QgsVectorLayerProperties::loadRows()
171171
tblAttributes->setHorizontalHeaderItem( attrEditTypeCol, new QTableWidgetItem( tr( "Edit widget" ) ) );
172172
tblAttributes->setHorizontalHeaderItem( attrAliasCol, new QTableWidgetItem( tr( "Alias" ) ) );
173173

174+
tblAttributes->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
174175
tblAttributes->setSelectionBehavior( QAbstractItemView::SelectRows );
175176
tblAttributes->setSelectionMode( QAbstractItemView::MultiSelection );
176177

0 commit comments

Comments
 (0)
Please sign in to comment.