From: ian Date: Sun, 8 Jun 2008 15:21:19 +0000 (+0000) Subject: clearer visibility of detection X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=89976173cd0718551bfc27fd2a4649d13e84a53b;p=trains.git clearer visibility of detection --- diff --git a/layout/plan-to-gui-data b/layout/plan-to-gui-data index 129d306..986dae9 100755 --- a/layout/plan-to-gui-data +++ b/layout/plan-to-gui-data @@ -397,8 +397,8 @@ sub cmaps_define () { ' ', @background, '!', @otherposn); } - xpm_cmap_angular("${inv}on", !!$inv, 650, qw(0 0 0)); - xpm_cmap_angular("${inv}det",!!$inv, 650, qw(1000 1000 1000)); + xpm_cmap_angular("${inv}on", !!$inv, 450, qw(0 0 0)); + xpm_cmap_angular("${inv}det",!!$inv, 450, qw(1000 1000 1000)); } }