Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused help button from style manager (fix #14055)
  • Loading branch information
nyalldawson committed Jan 5, 2016
1 parent 5e4c14c commit 17ed9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsstylev2managerdialogbase.ui
Expand Up @@ -412,7 +412,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 17ed9d1

Please sign in to comment.