Skip to content

Commit

Permalink
Merge pull request #2077 from phw/PICARD-2437-tageditdialog-ok-instea…
Browse files Browse the repository at this point in the history
…d-of-save

PICARD-2437: Use a Ok button instead of Save in tag edit dialog
  • Loading branch information
zas authored Mar 10, 2022
2 parents d1539a4 + 388aa7a commit 2992e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picard/ui/ui_edittagdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def setupUi(self, EditTagDialog):
self.buttonbox.setSizePolicy(sizePolicy)
self.buttonbox.setMinimumSize(QtCore.QSize(150, 0))
self.buttonbox.setOrientation(QtCore.Qt.Horizontal)
self.buttonbox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Save)
self.buttonbox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
self.buttonbox.setObjectName("buttonbox")
self.verticalLayout_2.addWidget(self.buttonbox)

Expand Down
2 changes: 1 addition & 1 deletion ui/edittagdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2992e65

Please sign in to comment.