summaryrefslogtreecommitdiffstats
path: root/library/Pbs/Graph.php
diff options
context:
space:
mode:
authorSimon2011-03-25 15:51:56 +0100
committerSimon2011-03-25 15:51:56 +0100
commitfe944ac09029d3e173b629f99e0b8ef4d8212d0b (patch)
tree1c080155e4ac6e5d0472fbca4b9b39a0ca375c27 /library/Pbs/Graph.php
parentdebuglevel aus (diff)
downloadpbs2-fe944ac09029d3e173b629f99e0b8ef4d8212d0b.tar.gz
pbs2-fe944ac09029d3e173b629f99e0b8ef4d8212d0b.tar.xz
pbs2-fe944ac09029d3e173b629f99e0b8ef4d8212d0b.zip
gruppengraph nach einloggen in /user/
Diffstat (limited to 'library/Pbs/Graph.php')
-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 13bbe3a..7711dce 100644
--- a/library/Pbs/Graph.php
+++ b/library/Pbs/Graph.php
@@ -14,7 +14,7 @@ class Pbs_Graph{
$this->graphstring = 'digraph groups {
- size="6,6";';
+ size="5,5";';
$this->getParentGroups($groupID);
$this->getChildGroups($groupID);
$this->graphstring .= '}';