From 4ba0a0f4d803af5902c4fdd58ca57e75a1293c30 Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 10 Aug 2006 14:50:10 +0000 Subject: [PATCH] - Improved dot output significantly --- gui/Gui/Scytherthread.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/Gui/Scytherthread.py b/gui/Gui/Scytherthread.py index 14ea177..fea2467 100644 --- a/gui/Gui/Scytherthread.py +++ b/gui/Gui/Scytherthread.py @@ -160,7 +160,8 @@ class AttackThread(threading.Thread): graphLine("ranksep=0.001") graphLine("mindist=0.1") if sys.platform.startswith("lin"): - setAttr(3,"fontname=\"Sans\"") + #setAttr(3,"fontname=\"Sans\"") + setAttr(3,"fontname=\"Arial\"") else: setAttr(3,"fontname=\"Arial\"") setAttr(3,"fontsize=10")