Re: Mac OS X interface problems - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: Mac OS X interface problems
Date
Msg-id 41C5C194.8000208@pse-consulting.de
Whole thread Raw
In response to Mac OS X interface problems  (Maarten Engelen <maarten@jvonet.nl>)
List pgadmin-support
Maarten Engelen wrote:
> After finally having pgadmin running on Mac OS X I'm a bit troubled by 
> some interface glitches. Especially the size of the windows is not very 
> practical. Is there a way to enlarge the windows (for example the 
> database settings dialog) so all the user interface components are visible?

If not all controls are visible completely, then there's something wrong 
with wx code. All controls are sized in dialog units, which are 
calculated relative to the current font. It's a common problem that some 
controls don't obey the correct font setting (took a while until msw and 
gtk was clean).
Please change the dialog font to something obviously different from the 
default font, and post the resulting display so I can give hints which 
controls might be faulty.

Regards,
Andreas


pgadmin-support by date:

Previous
From: Maarten Engelen
Date:
Subject: Mac OS X interface problems
Next
From: Andreas Pflug
Date:
Subject: Re: A few suggestion to the function editing window