Skip to content

Commit

Permalink
Fix name and widgets order in Group Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Dec 30, 2022
1 parent 7e2e622 commit 93c6fda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ui/qgslayertreegrouppropertieswidgetbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Annotation Item Properties</string>
<string>Group Properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
Expand Down Expand Up @@ -116,6 +116,12 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mRenderAsGroupCheckBox</tabstop>
<tabstop>mOpacityWidget</tabstop>
<tabstop>mBlendModeComboBox</tabstop>
<tabstop>mEffectWidget</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 93c6fda

Please sign in to comment.