Skip to content

Commit

Permalink
[ui] Update spacing in the scale widget
Browse files Browse the repository at this point in the history
for consistency with other widgets
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 16, 2018
1 parent 80a8efd commit fe319af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsscalewidget.cpp
Expand Up @@ -24,7 +24,7 @@ QgsScaleWidget::QgsScaleWidget( QWidget *parent )
{
QHBoxLayout *layout = new QHBoxLayout( this );
layout->setContentsMargins( 0, 0, 0, 0 );
layout->setSpacing( 2 );
layout->setSpacing( 6 );

mScaleComboBox = new QgsScaleComboBox( this );
layout->addWidget( mScaleComboBox );
Expand Down

0 comments on commit fe319af

Please sign in to comment.