From b44e7cd6353265905122a5f9cb817ed95f547f97 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 7 Nov 2010 17:16:08 +0000 Subject: [PATCH] layout: reduce minimum label size --- layout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/layout b/layout/layout index 59196dd..df17126 100755 --- a/layout/layout +++ b/layout/layout @@ -1754,7 +1754,7 @@ dv("cmd__do $ctx @al ",'$ctx',$ctx); } if ($draw =~ m/L/) { ol(" ".set_black('L')."\n". - " ".largescale_text_reduce(2)."\n"); + " ".largescale_text_reduce(1.4)."\n"); ol(" /s ($id) def\n". " lf setfont\n". " /sx5 s stringwidth pop\n". -- 2.30.2