summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/class2dot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/class2dot.py b/tools/class2dot.py
index 71fff48..43f8db3 100644
--- a/tools/class2dot.py
+++ b/tools/class2dot.py
@@ -148,8 +148,8 @@ class DotExporter(object):
digraph "classes_No_Name" {
charset="utf-8"
rankdir=BT
-node [shape="record"]
-edge [arrowhead="empty"]
+node [shape="record" fontsize=10 fontname="sans-serif"]
+edge [arrowhead="empty" fontsize=10 fontname="sans-serif"]
"""
while self.classes:
c = self.classes.pop()