Skip to content

Commit 20e9d64

Browse files
committed
Remove unused help button from style manager (fix #14055)
(cherry-picked from 17ed9d1)
1 parent 4433020 commit 20e9d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/qgsstylev2managerdialogbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ QMenu::item:selected { background-color: gray; } */
398398
<enum>Qt::Horizontal</enum>
399399
</property>
400400
<property name="standardButtons">
401-
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
401+
<set>QDialogButtonBox::Close</set>
402402
</property>
403403
<property name="centerButtons">
404404
<bool>false</bool>

0 commit comments

Comments
 (0)