summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSimon2011-04-25 19:03:56 +0200
committerSimon2011-04-25 19:03:56 +0200
commit212702a8c244df38372139f9c385e2166d233d0c (patch)
tree20f66956e56c1a5bd546ac21513f44c68a3fa2c4 /library
parententer bei membershipauswahl (diff)
downloadpbs2-212702a8c244df38372139f9c385e2166d233d0c.tar.gz
pbs2-212702a8c244df38372139f9c385e2166d233d0c.tar.xz
pbs2-212702a8c244df38372139f9c385e2166d233d0c.zip
graphsize limited
Diffstat (limited to 'library')
-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 943df8d..db0a2ef 100644
--- a/library/Pbs/Graph.php
+++ b/library/Pbs/Graph.php
@@ -33,7 +33,7 @@ class Pbs_Graph{
size="5,5";
pad=0.1;
graph[ bgcolor=transparent ];
- node [ style=filled fillcolor="#ffffffff" ];';
+ node [ fontsize=7 height=0.15 style=filled fillcolor="#ffffffff" ];';
if($this->level <0)
$this->graphstring .= '"'.$this->getGroupTitle($groupID).'"';
else