Skip to content

Commit

Permalink
Remove unused help button from style manager (fix #14055)
Browse files Browse the repository at this point in the history
(cherry-picked from 17ed9d1)
  • Loading branch information
nyalldawson committed Feb 23, 2016
1 parent 4433020 commit 20e9d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsstylev2managerdialogbase.ui
Expand Up @@ -398,7 +398,7 @@ QMenu::item:selected { background-color: gray; } */
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
<set>QDialogButtonBox::Close</set>
</property>
<property name="centerButtons">
<bool>false</bool>
Expand Down

0 comments on commit 20e9d64

Please sign in to comment.