Skip to content

Commit

Permalink
Left-justify the 'Generated by' message
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Aug 7, 2005
1 parent 451043a commit e0c6def
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/net/sourceforge/schemaspy/view/DotFormatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ private void writeDotHeader(String name, LineWriter dot) throws IOException {
dot.writeln(" graph [");
dot.writeln(" rankdir=\"RL\"");
dot.writeln(" bgcolor=\"" + StyleSheet.getBodyBackground() + "\"");
//dot.writeln(" concentrate=\"true\"");
dot.writeln(" label = \"\\nGenerated by SchemaSpy\"");
dot.writeln(" labeljust=\"1\"");
dot.writeln(" labeljust=\"l\"");
dot.writeln(" ];");
dot.writeln(" node [");
dot.writeln(" fontsize=\"11\"");
Expand Down

0 comments on commit e0c6def

Please sign in to comment.