exception dialog resizable (thx aldafu)

This commit is contained in:
Yann Leboulanger 2005-09-20 11:30:53 +00:00
parent 5a6e12e562
commit 569a746443
1 changed files with 2 additions and 1 deletions

View File

@ -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