Skip to content

Commit

Permalink
[ui] add some spacing for the projection selection widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 15, 2017
1 parent 5b1da98 commit 8ec16e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsprojectionselectionwidget.cpp
Expand Up @@ -28,7 +28,7 @@ QgsProjectionSelectionWidget::QgsProjectionSelectionWidget( QWidget *parent )

QHBoxLayout *layout = new QHBoxLayout();
layout->setContentsMargins( 0, 0, 0, 0 );
layout->setSpacing( 0 );
layout->setSpacing( 6 );
setLayout( layout );

mCrsComboBox = new QComboBox( this );
Expand Down

0 comments on commit 8ec16e2

Please sign in to comment.