Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
g_j_m committed Jan 28, 2006
1 parent 0f80ae4 commit ad35d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/spit/qgsspit.cpp
Expand Up @@ -65,12 +65,12 @@ QgsSpit::QgsSpit( QWidget *parent, Qt::WFlags fl ) : QDialog( parent, fl )
<< tr("DB Relation Name") << tr("Schema");
tblShapefiles->setHorizontalHeaderLabels(headerText);
tblShapefiles->verticalHeader()->hide();
tblShapefiles->horizontalHeader()->setStretchLastSection(true);

populateConnectionList();
defSrid = -1;
defGeom = "the_geom";
total_features = 0;
//setFixedSize(QSize(605, 612));

chkUseDefaultSrid->setChecked( true );
chkUseDefaultGeom->setChecked( true );
Expand Down

0 comments on commit ad35d09

Please sign in to comment.