diff options
| author | Simon | 2011-03-25 15:51:56 +0100 |
|---|---|---|
| committer | Simon | 2011-03-25 15:51:56 +0100 |
| commit | fe944ac09029d3e173b629f99e0b8ef4d8212d0b (patch) | |
| tree | 1c080155e4ac6e5d0472fbca4b9b39a0ca375c27 /library/Pbs/Graph.php | |
| parent | debuglevel aus (diff) | |
| download | pbs2-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.php | 2 |
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 .= '}'; |
