Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix code style
  • Loading branch information
SrNetoChan committed Jul 23, 2017
1 parent e9cb348 commit 90e6877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/qgsdatasourcemanagerdialog.cpp
Expand Up @@ -34,9 +34,9 @@ QgsDataSourceManagerDialog::QgsDataSourceManagerDialog( QWidget *parent, QgsMapC
{

ui->setupUi( this );
ui->verticalLayout_2->setSpacing(6);
ui->verticalLayout_2->setMargin(0);
ui->verticalLayout_2->setContentsMargins(0,0,0,0);
ui->verticalLayout_2->setSpacing( 6 );
ui->verticalLayout_2->setMargin( 0 );
ui->verticalLayout_2->setContentsMargins( 0, 0, 0, 0 );
// QgsOptionsDialogBase handles saving/restoring of geometry, splitter and current tab states,
// switching vertical tabs between icon/text to icon-only modes (splitter collapsed to left),
// and connecting QDialogButtonBox's accepted/rejected signals to dialog's accept/reject slots
Expand Down

0 comments on commit 90e6877

Please sign in to comment.