thanks gjc

This commit is contained in:
Nikos Kouremenos 2005-09-17 11:29:05 +00:00
parent 599e8d15a4
commit c60d7d9239
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ def _info(type, value, tb):
dialog.vbox.add(expander)
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.show_all()