projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d154bd
)
Den Graphviz-Graphen auf DIN-A3-Größe herunterskalieren, weil einige Programme den...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 23 Jan 2008 14:47:44 +0000
(14:47 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 23 Jan 2008 14:47:44 +0000
(14:47 +0000)
scripts/dbupgrade2_tool.pl
patch
|
blob
|
history
diff --git
a/scripts/dbupgrade2_tool.pl
b/scripts/dbupgrade2_tool.pl
index
0d2d23a
..
ce1ab29
100755
(executable)
--- a/
scripts/dbupgrade2_tool.pl
+++ b/
scripts/dbupgrade2_tool.pl
@@
-164,6
+164,7
@@
sub dump_graphviz {
print OUT
"digraph db_dependencies {\n" .
+ "graph [size=\"16.53,11.69!\"];\n" .
"node [shape=box style=filled fillcolor=white];\n";
my %ranks;