Skip to content

Commit ad35d09

Browse files
author
g_j_m
committedJan 28, 2006
Make the shape file table stretch to fill the space available
Remove a redundant commeted out line git-svn-id: http://svn.osgeo.org/qgis/trunk@4762 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0f80ae4 commit ad35d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/spit/qgsspit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ QgsSpit::QgsSpit( QWidget *parent, Qt::WFlags fl ) : QDialog( parent, fl )
6565
<< tr("DB Relation Name") << tr("Schema");
6666
tblShapefiles->setHorizontalHeaderLabels(headerText);
6767
tblShapefiles->verticalHeader()->hide();
68+
tblShapefiles->horizontalHeader()->setStretchLastSection(true);
6869

6970
populateConnectionList();
7071
defSrid = -1;
7172
defGeom = "the_geom";
7273
total_features = 0;
73-
//setFixedSize(QSize(605, 612));
7474

7575
chkUseDefaultSrid->setChecked( true );
7676
chkUseDefaultGeom->setChecked( true );

0 commit comments

Comments
 (0)