fix spacing between label and icon in widget layer properties

This commit is contained in:
Salvatore Larosa 2018-03-06 00:13:53 +01:00 committed by Mathieu Pellerin
parent 93f805cd09
commit 9edaf82874
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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>