From dec205be7cd100025898aac8f135e5816c4628c2 Mon Sep 17 00:00:00 2001 From: Lorenzo Delana Date: Tue, 20 Sep 2016 22:00:47 +0200 Subject: [PATCH] more readable font helvetica on dot_shortfk.tmpl, would helpful to translate this to an overridable option from command line --- dot_shortfk.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_shortfk.tmpl b/dot_shortfk.tmpl index 277b92c..d40d96d 100644 --- a/dot_shortfk.tmpl +++ b/dot_shortfk.tmpl @@ -11,7 +11,7 @@ shape = record edge [ ]; -"." [shape = plaintext, label = <
\N
" > PK FK ">
> ]; +"." [fontname = helvetica, shape = plaintext, label = <
\N
" > PK FK ">
> ];
-- 2.40.0