From e7d465f261b2c0b34112a9779d27366a0beaa292 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 14 Jan 2008 10:11:50 +0100 Subject: [PATCH] allow window to be resized this is not optimal, as the embedded subwindows do not resize but at least it is usable on smaller displays --- res/whead.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/whead.tcl b/res/whead.tcl index d437925..3cb3ced 100644 --- a/res/whead.tcl +++ b/res/whead.tcl @@ -119,8 +119,8 @@ wm iconname $win {Micropolis Controls} wm geometry $win 1200x900+0+0 #wm positionfrom $win user wm withdraw $win -#wm maxsize $win $screenwidth $screenheight -#wm minsize $win 100 100 +wm maxsize $win $screenwidth $screenheight +wm minsize $win 100 100 wm protocol $win delete "DeleteHeadWindow $win ;" wm fullscreen $win on -- 2.39.2