Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Harmonize margins in the Embedded widget
  • Loading branch information
DelazJ committed Oct 31, 2021
1 parent 683d263 commit 547dee8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -1418,6 +1418,18 @@ p, li { white-space: pre-wrap; }
<string>Embedded Widgets in Legend</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_17">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QgsLayerTreeEmbeddedConfigWidget" name="mLegendConfigEmbeddedWidget" native="true"/>
</item>
Expand Down
12 changes: 12 additions & 0 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -2059,6 +2059,18 @@
<string>Embedded Widgets in Legend</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QgsLayerTreeEmbeddedConfigWidget" name="mLegendConfigEmbeddedWidget" native="true"/>
</item>
Expand Down

0 comments on commit 547dee8

Please sign in to comment.