From 9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 25 Apr 2011 19:20:24 +0200 Subject: groupController Redirects && Graph editiert --- library/Pbs/Graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library') 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 -- cgit v1.2.3-55-g7522