Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Align "add spatialite layer" window with other add layer windows
The button labels didn't match with the group box title
  • Loading branch information
m-kuhn committed Jun 29, 2016
1 parent 4b83277 commit 118bbf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/providers/spatialite/qgsspatialitesourceselect.cpp
Expand Up @@ -48,8 +48,7 @@ QgsSpatiaLiteSourceSelect::QgsSpatiaLiteSourceSelect( QWidget * parent, Qt::Wind
restoreGeometry( settings.value( "/Windows/SpatiaLiteSourceSelect/geometry" ).toByteArray() );
mHoldDialogOpen->setChecked( settings.value( "/Windows/SpatiaLiteSourceSelect/HoldDialogOpen", false ).toBool() );

setWindowTitle( tr( "Add SpatiaLite Table(s)" ) );
connectionsGroupBox->setTitle( tr( "Databases" ) );
setWindowTitle( tr( "Add SpatiaLite Layer(s)" ) );
btnEdit->hide(); // hide the edit button
btnSave->hide();
btnLoad->hide();
Expand Down

0 comments on commit 118bbf7

Please sign in to comment.