Tag editor: Tweak improvement on buttons order
This commit is contained in:
parent
0e05b2f535
commit
a515501552
@ -628,7 +628,7 @@ class EditTag(object):
|
|||||||
hbox.pack_start(self.color, False, False, 5)
|
hbox.pack_start(self.color, False, False, 5)
|
||||||
|
|
||||||
top.add_button(_('_Help'), Gtk.ResponseType.HELP)
|
top.add_button(_('_Help'), Gtk.ResponseType.HELP)
|
||||||
top.add_button(_('_OK'), Gtk.ResponseType.OK)
|
|
||||||
top.add_button(_('_Cancel'), Gtk.ResponseType.CANCEL)
|
top.add_button(_('_Cancel'), Gtk.ResponseType.CANCEL)
|
||||||
|
top.add_button(_('_OK'), Gtk.ResponseType.OK)
|
||||||
top.show_all()
|
top.show_all()
|
||||||
return top
|
return top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user