Skip to content

Commit 199dda0

Browse files
author
timlinux
committedNov 14, 2010
Also resize the alias column
git-svn-id: http://svn.osgeo.org/qgis/trunk@14672 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fafe8d7 commit 199dda0

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
@@ -172,6 +172,7 @@ void QgsVectorLayerProperties::loadRows()
172172
tblAttributes->setHorizontalHeaderItem( attrAliasCol, new QTableWidgetItem( tr( "Alias" ) ) );
173173

174174
tblAttributes->horizontalHeader()->setResizeMode(1,QHeaderView::Stretch);
175+
tblAttributes->horizontalHeader()->setResizeMode(7,QHeaderView::Stretch);
175176
tblAttributes->setSelectionBehavior( QAbstractItemView::SelectRows );
176177
tblAttributes->setSelectionMode( QAbstractItemView::MultiSelection );
177178

0 commit comments

Comments
 (0)
Please sign in to comment.