]> git.zerfleddert.de Git - micropolis/commitdiff
allow window to be resized
authorMichael Gernoth <michael@gernoth.net>
Mon, 14 Jan 2008 09:11:50 +0000 (10:11 +0100)
committerMichael Gernoth <michael@gernoth.net>
Mon, 14 Jan 2008 09:11:50 +0000 (10:11 +0100)
this is not optimal, as the embedded subwindows do not resize but at least it
is usable on smaller displays

res/whead.tcl

index d437925670d01cd1fff9aefa5bc5015116225329..3cb3ced612d10e318bf6dcd56dc74eefbff24acf 100644 (file)
@@ -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
 
Impressum, Datenschutz