Bug #14952 character size are unreadable
Submitted: 15 Nov 2005 16:17 Modified: 24 Nov 2005 10:20
Reporter: Ivan Luzzi Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S3 (Non-critical)
Version:1.0.20-rc OS:Windows (windows XP)
Assigned to: CPU Architecture:Any

[15 Nov 2005 16:17] Ivan Luzzi
Description:
The character size of main windows (right panel) and buttons is too small,and thus unreadable.
The same problem happens on any dialog windows (open file, credit pages, ...).
Actually I had the same problem with mysql-workbench-noinstall-1.0.1a-alpha
but since that is an alpha version  I didn't pay attention.

I previously had MySql 4.1 and Migration Toolkit 1.0.18rc (or a previous one, I'm not sure) and that one used to work properly.

Unfortunately I don't have the installation file anymore and cannot get it through ftp.

How to repeat:
Every time I launch the program.
[24 Nov 2005 10:20] Michael G. Zinner
This problem was caused by the first version of the Workbench.

Please open C:\Documents and Settings\Mike\Application Data\MySQL\Common Options.xml and change the values to

<?xml version="1.0"?>
<data>
  <value type="dict">
    <value type="string" key="DefaultFontHeight">13</value>
    <value type="string" key="DefaultFontName">Tahoma</value>
  </value>
</data>

This should solve your issue.