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