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.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 .= '}';