thanks gjc
This commit is contained in:
parent
599e8d15a4
commit
c60d7d9239
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue