From: sls Date: Fri, 16 Jun 1995 08:18:57 +0000 (+0000) Subject: Fix packing on text window so it resizes properly. X-Git-Tag: r_5_1_4~48 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=febba2cab37a626f5a543ab730d34eb4f798ba38;p=tkinspect Fix packing on text window so it resizes properly. --- diff --git a/cmdline.tcl b/cmdline.tcl index a3085c0..b401733 100644 --- a/cmdline.tcl +++ b/cmdline.tcl @@ -21,8 +21,8 @@ dialog command_line { -command "destroy $self" text $self.t -yscroll "$self.sb set" scrollbar $self.sb -command "$self.t yview" - pack $self.sb -side right -fill both - pack $self.t -side left + pack $self.sb -side right -fill y + pack $self.t -side left -fill both -expand 1 # Create a binding to forward commands to the target application, # plus modify many of the built-in bindings so that only information