Skip to content

Commit

Permalink
Use a collapsible group box for polygon edge settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 29, 2020
1 parent 971a92d commit a3e1d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/3d/polygon3dsymbolwidget.ui
Expand Up @@ -159,7 +159,7 @@
</widget>
</item>
<item row="9" column="0" colspan="3">
<widget class="QGroupBox" name="groupEdges">
<widget class="QgsCollapsibleGroupBox" name="groupEdges">
<property name="title">
<string>Edges</string>
</property>
Expand Down Expand Up @@ -226,7 +226,7 @@
</property>
</widget>
</item>
<item row="6" column="0">
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="chkAddBackFaces">
<property name="text">
<string>Add back faces</string>
Expand Down

0 comments on commit a3e1d0c

Please sign in to comment.