chiark / gitweb /
layout: reduce minimum label size
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 7 Nov 2010 17:16:08 +0000 (17:16 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 7 Nov 2010 17:16:08 +0000 (17:16 +0000)
layout/layout

index 59196ddf15fd10787304b6564517d8ad19335739..df1712653fe9049ac026ea1db95d57483b64d759 100755 (executable)
@@ -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".