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
+?>