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