From: Michael Gernoth Date: Mon, 14 Jan 2008 17:37:01 +0000 (+0100) Subject: fix height of windows in column 1 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/d3724d6d55dbf3264fbab8ff69aae88aa4d7632f?ds=sidebyside fix height of windows in column 1 --- diff --git a/res/whead.tcl b/res/whead.tcl index 8de2802..a46bb92 100644 --- a/res/whead.tcl +++ b/res/whead.tcl @@ -656,7 +656,7 @@ place configure $win.col1\ -x 0\ -y 0\ -width $HeadPanelWidth\ - -height $screenheight + -relheight 1.0 pack append $win.col1\ $win.col1.w1 {top frame nw fillx} \