better look on the scratchboard

This commit is contained in:
Marc Delisle
2003-06-23 17:16:38 +00:00
parent 0ee43863a7
commit 2982a5c59d
2 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-06-23 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php3: automatic layout start at 300,300 for better look
on the dom-drag scratchboard
2003-06-23 Garvin Hicking <me@supergarv.de>
* ChangeLog, Documentation.html, config.inc.php3, pdf_pages.php3,
css/phpmyadmin.css.php3, libraries/common.lib.php3,

View File

@@ -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";