summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Pbs/Graph.php b/library/Pbs/Graph.php
index 943df8d..db0a2ef 100644
--- a/library/Pbs/Graph.php
+++ b/library/Pbs/Graph.php
@@ -33,7 +33,7 @@ class Pbs_Graph{
size="5,5";
pad=0.1;
graph[ bgcolor=transparent ];
- node [ style=filled fillcolor="#ffffffff" ];';
+ node [ fontsize=7 height=0.15 style=filled fillcolor="#ffffffff" ];';
if($this->level <0)
$this->graphstring .= '"'.$this->getGroupTitle($groupID).'"';
else