summaryrefslogtreecommitdiff
path: root/projgraph
diff options
context:
space:
mode:
Diffstat (limited to 'projgraph')
-rwxr-xr-xprojgraph2
1 files changed, 1 insertions, 1 deletions
diff --git a/projgraph b/projgraph
index a05d951..2e3b0ca 100755
--- a/projgraph
+++ b/projgraph
@@ -24,7 +24,7 @@ def nodeattrs(done):
attrs = {
unknown: {'fillcolor': '#ff0000', 'shape': 'diamond'},
blocked: {'fillcolor': '#f4bada', 'shape': 'rectangle'},
- finished: {'fillcolor': '#eeeeee'},
+ finished: {'fillcolor': '#eeeeee', 'shape': 'circle'},
ready: {'fillcolor': '#ffffff'},
next: {'fillcolor': '#00cc00'},
goal: {'fillcolor': '#00eeee', 'shape': 'diamond'},