[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT/OSX using X11 instead of Aqua ?

Matthew Conway wrote:
Only issue I'm having is that dialogs are way too big (which I can live with), and the cycle parts (ctrl-f6 for editors) are way too small (which I can't live with :(

Any ideas on how I can fix the second - i.e. hopefully some pref file somewhere I can tweak so that when I ctrl-f6 I can actually see the editor names (or even a pointer to the source that controls this and I'll fix it that way?

I tend to think that if you see some sort of behaviour like this, it's likely something that can be reproduced under Linux in some sort of weird situation. The weird stuff that I've seen under fink are usually relating to the way the Mac fonts are exported to X11 (check it out -- you don't have a bold style for most fonts!!) and the DPI of the X server. This probably explains some of the dialog sizing weirdness, since Eclipse uses the font size for a bunch of their dialog layouts.


So -- can you just file a bug against Platform > SWT with screenshots, and we can debug these there?

  Thanks,
  -Billy