summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSimon2011-04-12 13:42:31 +0200
committerSimon2011-04-12 13:42:31 +0200
commit09515db715a0cfa0771df75d3ddefca902e8a329 (patch)
treeb87493871c62088f0ae2f9cb2ce8237c72f8e315 /library
parentfixxes für fbgui mit pngs (diff)
downloadpbs2-09515db715a0cfa0771df75d3ddefca902e8a329.tar.gz
pbs2-09515db715a0cfa0771df75d3ddefca902e8a329.tar.xz
pbs2-09515db715a0cfa0771df75d3ddefca902e8a329.zip
GroupGraph padding hinzugefügt
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Pbs/Graph.php b/library/Pbs/Graph.php
index 78b88f8..e7ebc55 100644
--- a/library/Pbs/Graph.php
+++ b/library/Pbs/Graph.php
@@ -17,6 +17,7 @@ class Pbs_Graph{
$this->graphstring = 'digraph groups {
size="5,5";
+ pad=0.1;
graph[ bgcolor=transparent ];
node [ style=filled fillcolor="#ffffffff" ];
"'.$this->getGroupTitle($groupID).'" [ fontcolor="#ffffffff", style=filled, fillcolor="#004A99FF"];