2 lines now one

This commit is contained in:
Nikos Kouremenos 2005-10-03 10:38:05 +00:00
parent 6ae41cddef
commit df5e7775d0
1 changed files with 1 additions and 3 deletions

View File

@ -78,10 +78,8 @@ def _info(type, value, tb):
dialog.vbox.add(expander)
dialog.set_resizable(True)
dialog.set_position(gtk.WIN_POS_CENTER)
# on expand the details the dialog remains centered on screen
dialog.set_gravity(gtk.gdk.GRAVITY_CENTER)
dialog.set_position(gtk.WIN_POS_CENTER_ALWAYS)
dialog.show_all()