| Bug #19578 | the output png file of model in Workbench is too big! | ||
|---|---|---|---|
| Submitted: | 6 May 2006 10:09 | Modified: | 25 May 2006 16:00 |
| Reporter: | Stephen Wong | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Workbench Preview | Severity: | S3 (Non-critical) |
| Version: | MySQL Workbench 1.06 | OS: | Windows (Windows Server 2003) |
| Assigned to: | CPU Architecture: | Any | |
[6 May 2006 10:09]
Stephen Wong
[6 May 2006 10:13]
Stephen Wong
the result picture
Attachment: test.zip (application/x-zip-compressed, text), 103.17 KiB.
[19 May 2006 13:29]
Tema
As temporary fix for this problem I think you can modify default variables via GRT Shell:
--- cut ---
do
local = grtV.getGlobal('/app/options')
options["DefaultModelBaseHeight"] = "800"
options["DefaultModelBaseWidth"] = "1000"
grtV.setGlobal('/app/options', options)
end
--- cut ---
May this help you. I'am modified default options via GRT Shell for change default template for PK in new tables.
[25 May 2006 15:59]
Jorge del Conde
Hi! Thanks for your bug report. I was able to reproduce this bug under WinXP/64 with a default installation of Workbench 1.0.6
[25 May 2006 16:00]
Jorge del Conde
Hi! Thanks for your bug report. I was able to reproduce this bug under WinXP/64 with a default installation of Workbench 1.0.6
