summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 022bc2a)
raw | patch | inline | side by side (parent: 022bc2a)
author | Paul Mackerras <paulus@samba.org> | |
Fri, 19 Aug 2005 00:22:24 +0000 (10:22 +1000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Fri, 19 Aug 2005 00:22:24 +0000 (10:22 +1000) |
gitk | patch | blob | history |
index 0767695e2a24286d54af2ff14968dc1c2ffe6b4f..1c6b3822c1218c7243c52e80aba13b4cfb1fc288 100755 (executable)
--- a/gitk
+++ b/gitk
proc savestuff {w} {
global canv canv2 canv3 ctext cflist mainfont textfont
global stuffsaved findmergefiles gaudydiff maxgraphpct
+ global maxwidth
if {$stuffsaved} return
if {![winfo viewable .]} return
puts $f [list set findmergefiles $findmergefiles]
puts $f [list set gaudydiff $gaudydiff]
puts $f [list set maxgraphpct $maxgraphpct]
+ puts $f [list set maxwidth $maxwidth]
puts $f "set geometry(width) [winfo width .ctop]"
puts $f "set geometry(height) [winfo height .ctop]"
puts $f "set geometry(canv1) [expr [winfo width $canv]-2]"