Skip to content

Commit

Permalink
fix spacing between label and icon in widget layer properties
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa authored and nirvn committed Mar 6, 2018
1 parent 93f805c commit 9edaf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/effects/qgseffectstackpropertieswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ QgsEffectStackCompactWidget::QgsEffectStackCompactWidget( QWidget *parent, QgsPa
{
QHBoxLayout *layout = new QHBoxLayout();
layout->setContentsMargins( 0, 0, 0, 0 );
layout->setSpacing( 0 );
layout->setSpacing( 6 );
setLayout( layout );

mEnabledCheckBox = new QCheckBox( this );
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_layerproperties.ui
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>0</number>
<number>6</number>
</property>
<property name="bottomMargin">
<number>0</number>
Expand Down

0 comments on commit 9edaf82

Please sign in to comment.