exception dialog resizable (thx aldafu)
This commit is contained in:
parent
5a6e12e562
commit
569a746443
|
@ -1,4 +1,4 @@
|
||||||
## dialogs.py
|
## gtkexcepthook.py
|
||||||
##
|
##
|
||||||
## Gajim Team:
|
## Gajim Team:
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## - Yann Le Boulanger <asterix@lagaule.org>
|
||||||
|
@ -77,6 +77,7 @@ def _info(type, value, tb):
|
||||||
expander.add(frame)
|
expander.add(frame)
|
||||||
dialog.vbox.add(expander)
|
dialog.vbox.add(expander)
|
||||||
|
|
||||||
|
dialog.set_resizable(True)
|
||||||
dialog.set_position(gtk.WIN_POS_CENTER)
|
dialog.set_position(gtk.WIN_POS_CENTER)
|
||||||
|
|
||||||
# on expand the details the dialog remains centered on screen
|
# on expand the details the dialog remains centered on screen
|
||||||
|
|
Loading…
Reference in New Issue