From d3724d6d55dbf3264fbab8ff69aae88aa4d7632f Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 14 Jan 2008 18:37:01 +0100 Subject: [PATCH] fix height of windows in column 1 --- res/whead.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- 2.39.2