Fix packing on text window so it resizes properly.
authorsls <sls>
Fri, 16 Jun 1995 08:18:57 +0000 (08:18 +0000)
committersls <sls>
Fri, 16 Jun 1995 08:18:57 +0000 (08:18 +0000)
cmdline.tcl

index a3085c0d83a5195a6bef9b49ca9b4268c159094a..b4017335ea1234083eeade8a4d8671a241123581 100644 (file)
@@ -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