From c965ea6118317004e23213c404bb1aa1ca6b0500 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sun, 21 Apr 2013 12:25:34 +0400 Subject: [PATCH] fix error win(set fill and expand for textview) --- src/gtkexcepthook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index a30ec91aa..7e182d888 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -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