From b6919a190cf9ce37ab245d1ec124320ffe49a969 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Aug 2010 18:29:50 +0100 Subject: [PATCH] where-vessels: smash flags - set width of b string --- yarrg/where-vessels | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2