diff --git a/ChangeLog b/ChangeLog index 623420c07..245abdfdd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-06-23 Marc Delisle + * pdf_pages.php3: automatic layout start at 300,300 for better look + on the dom-drag scratchboard + 2003-06-23 Garvin Hicking * ChangeLog, Documentation.html, config.inc.php3, pdf_pages.php3, css/phpmyadmin.css.php3, libraries/common.lib.php3, diff --git a/pdf_pages.php3 b/pdf_pages.php3 index 7da7c5e97..8528d941a 100755 --- a/pdf_pages.php3 +++ b/pdf_pages.php3 @@ -125,8 +125,8 @@ if ($cfgRelation['pdfwork']) { // now generate the coordinates for the schema, // in a clockwise spiral - $pos_x = 500; - $pos_y = 500; + $pos_x = 300; + $pos_y = 300; $delta = 50; $delta_mult = 1.34; $direction = "right";