From febba2cab37a626f5a543ab730d34eb4f798ba38 Mon Sep 17 00:00:00 2001 From: sls Date: Fri, 16 Jun 1995 08:18:57 +0000 Subject: [PATCH] Fix packing on text window so it resizes properly. --- cmdline.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.23.0