From 2ea03801ebf3c2862f25f5a79a5e93c33e682757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 23 Aug 2010 10:33:05 +0200 Subject: [PATCH] Better size of Dia export. --- libraries/schema/Dia_Relation_Schema.class.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libraries/schema/Dia_Relation_Schema.class.php b/libraries/schema/Dia_Relation_Schema.class.php index 26e7b926d..6b8affab3 100644 --- a/libraries/schema/Dia_Relation_Schema.class.php +++ b/libraries/schema/Dia_Relation_Schema.class.php @@ -315,22 +315,24 @@ class Table_Stats $this->tableColor = '#000000'; } + $factor = 0.1; + $dia->startElement('dia:object'); $dia->writeAttribute('type', 'Database - Table'); $dia->writeAttribute('version', '0'); $dia->writeAttribute('id', ''.$this->tableId.''); $dia->writeRaw( ' - + - + - + @@ -774,4 +776,4 @@ class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema } } } -?> \ No newline at end of file +?>