thanks gjc
This commit is contained in:
parent
599e8d15a4
commit
c60d7d9239
|
@ -79,6 +79,9 @@ def _info(type, value, tb):
|
|||
|
||||
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()
|
||||
|
||||
close_clicked = False
|
||||
|
|
Loading…
Reference in New Issue