Skip to content

Commit d002e5d

Browse files
committed
Remove help button from symbollevelv2 dialog
There is no help text available for this dialog and the button does nothing at all at the moment
1 parent 4e36059 commit d002e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/qgssymbollevelsv2dialogbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<enum>Qt::Horizontal</enum>
4848
</property>
4949
<property name="standardButtons">
50-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
50+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
5151
</property>
5252
</widget>
5353
</item>

0 commit comments

Comments
 (0)