Tag editor: Tweak improvement on buttons order

This commit is contained in:
romjerome 2016-12-15 15:52:12 +01:00
parent 09cad05e05
commit f372f5b813

View File

@ -631,7 +631,7 @@ class EditTag:
hbox.pack_start(self.color, False, False, 5)
top.add_button(_('_Help'), Gtk.ResponseType.HELP)
top.add_button(_('_OK'), Gtk.ResponseType.OK)
top.add_button(_('_Cancel'), Gtk.ResponseType.CANCEL)
top.add_button(_('_OK'), Gtk.ResponseType.OK)
top.show_all()
return top