Skip to content

Commit

Permalink
Remove help button from symbollevelv2 dialog
Browse files Browse the repository at this point in the history
There is no help text available for this dialog and the button does nothing at
all at the moment
  • Loading branch information
m-kuhn committed Nov 24, 2014
1 parent 4e36059 commit d002e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgssymbollevelsv2dialogbase.ui
Expand Up @@ -47,7 +47,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
Expand Down

0 comments on commit d002e5d

Please sign in to comment.