summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2012-09-07 10:30:28 +0200
committerJan Safranek <jsafrane@redhat.com>2012-09-07 10:30:28 +0200
commitc456d88dbfa1cd965e933e682da8893f6f18876f (patch)
tree8dbaeb9f496752aa456d653d3b73668acc5a3d56
parent9a48b63282e2f8d498e548a023c5c99cfced4232 (diff)
downloadopenlmi-providers-c456d88dbfa1cd965e933e682da8893f6f18876f.tar.gz
openlmi-providers-c456d88dbfa1cd965e933e682da8893f6f18876f.tar.xz
openlmi-providers-c456d88dbfa1cd965e933e682da8893f6f18876f.zip
Use sans-serif fonts for diagrams.
-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()