Skip to content

Commit 17ed9d1

Browse files
committed
Remove unused help button from style manager (fix #14055)
1 parent 5e4c14c commit 17ed9d1

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
@@ -412,7 +412,7 @@ QMenu::item:selected { background-color: gray; } */
412412
<enum>Qt::Horizontal</enum>
413413
</property>
414414
<property name="standardButtons">
415-
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
415+
<set>QDialogButtonBox::Close</set>
416416
</property>
417417
<property name="centerButtons">
418418
<bool>false</bool>

0 commit comments

Comments
 (0)