From: Ian Jackson Date: Sun, 8 Aug 2010 17:29:50 +0000 (+0100) Subject: where-vessels: smash flags - set width of b string X-Git-Tag: 6.6.2~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-test.git;a=commitdiff_plain;h=b6919a190cf9ce37ab245d1ec124320ffe49a969 where-vessels: smash flags - set width of b string --- diff --git a/yarrg/where-vessels b/yarrg/where-vessels index c601375..f4fee80 100755 --- a/yarrg/where-vessels +++ b/yarrg/where-vessels @@ -645,11 +645,11 @@ proc make-smashers {} { {Show Yours? {For you} Lock Hide} 2 3 set cw [make-smasher xabbrev "Flags" frame] - foreach ix {1 3} ab {a b} { + foreach ix {1 3} ab {a b} width {14 12} { set vn smash_xabbrev_$ab global $vn set $vn {} - entry $cw.$ix -textvariable $vn -width 14 + entry $cw.$ix -textvariable $vn -width $width trace add variable $vn write [list redraw-needed $vn] } set ix 0