fix error win(set fill and expand for textview)

This commit is contained in:
Denis Fomin 2013-04-21 12:25:34 +04:00
parent a3ba80324b
commit c965ea6118
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def _info(type_, value, tb):
Gdk.Screen.height() / 4)
expander = Gtk.Expander(label=_('Details'))
expander.add(frame)
dialog.vbox.add(expander)
dialog.vbox.pack_start(expander, True, True, 0)
dialog.set_resizable(True)
# on expand the details the dialog remains centered on screen