mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
fix spacing between label and icon in widget layer properties
This commit is contained in:
parent
93f805cd09
commit
9edaf82874
@ -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 );
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user