Skip to content

Commit

Permalink
Make layer renderer properties collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 10, 2021
1 parent 5295bf4 commit 9772e04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ui/annotations/qgsannotationitempropertieswidgetbase.ui
Expand Up @@ -36,7 +36,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="mLayerRenderingGroupBox">
<widget class="QgsCollapsibleGroupBox" name="mLayerRenderingGroupBox">
<property name="title">
<string>Layer Rendering</string>
</property>
Expand Down Expand Up @@ -109,6 +109,12 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsCollapsibleGroupBox</class>
<extends>QGroupBox</extends>
<header>qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsBlendModeComboBox</class>
<extends>QComboBox</extends>
Expand Down

0 comments on commit 9772e04

Please sign in to comment.