better look on the scratchboard
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-06-23 Garvin Hicking <me@supergarv.de>
|
||||||
* ChangeLog, Documentation.html, config.inc.php3, pdf_pages.php3,
|
* ChangeLog, Documentation.html, config.inc.php3, pdf_pages.php3,
|
||||||
css/phpmyadmin.css.php3, libraries/common.lib.php3,
|
css/phpmyadmin.css.php3, libraries/common.lib.php3,
|
||||||
|
@@ -125,8 +125,8 @@ if ($cfgRelation['pdfwork']) {
|
|||||||
// now generate the coordinates for the schema,
|
// now generate the coordinates for the schema,
|
||||||
// in a clockwise spiral
|
// in a clockwise spiral
|
||||||
|
|
||||||
$pos_x = 500;
|
$pos_x = 300;
|
||||||
$pos_y = 500;
|
$pos_y = 300;
|
||||||
$delta = 50;
|
$delta = 50;
|
||||||
$delta_mult = 1.34;
|
$delta_mult = 1.34;
|
||||||
$direction = "right";
|
$direction = "right";
|
||||||
|
Reference in New Issue
Block a user