summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSimon2011-04-25 19:20:24 +0200
committerSimon2011-04-25 19:20:24 +0200
commit9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a (patch)
tree1a6750d9df279415008551079c5924a7d5394230 /library
parentgraphsize limited (diff)
downloadpbs2-9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a.tar.gz
pbs2-9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a.tar.xz
pbs2-9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a.zip
groupController Redirects && Graph editiert
Diffstat (limited to 'library')
-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