From 2cfd9a0c51a227d388d75f49f59916bb6b12a1d8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 7 Oct 2021 00:41:12 +0200 Subject: [PATCH] Increase the display threshold of GCell edges (visible at lower zoom). --- crlcore/etc/common/display.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crlcore/etc/common/display.conf b/crlcore/etc/common/display.conf index d0832f59..13946b11 100644 --- a/crlcore/etc/common/display.conf +++ b/crlcore/etc/common/display.conf @@ -96,7 +96,7 @@ stylesTable = \ , (Drawing, 'gmetalh' , { 'color':'128,255,200', 'pattern':'light_antihash0.8', 'border':1 }) , (Drawing, 'gmetalv' , { 'color':'200,200,255', 'pattern':'light_antihash1.8', 'border':1 }) , (Drawing, 'gcut' , { 'color':'255,255,190', 'border':1 }) - , (Drawing, 'Anabatic::Edge' , { 'color':'255,255,190', 'pattern':'0000000000000000', 'threshold':0.02*scale, 'border':4 }) + , (Drawing, 'Anabatic::Edge' , { 'color':'255,255,190', 'pattern':'0000000000000000', 'threshold':2.00*scale, 'border':4 }) , (Drawing, 'Anabatic::GCell', { 'color':'255,0,0' , 'pattern':'0000000000000000', 'threshold':0.02*scale, 'border':4 }) )