projects
/
micropolis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae3b05
)
allow window to be resized
author
Michael Gernoth
<michael@gernoth.net>
Mon, 14 Jan 2008 09:11:50 +0000
(10:11 +0100)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/res/whead.tcl
b/res/whead.tcl
index
d437925
..
3cb3ced
100644
(file)
--- 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
Impressum
,
Datenschutz