Re: Mac OS X interface problems

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Mac OS X interface problems
Дата
Msg-id 41C5C194.8000208@pse-consulting.de
обсуждение исходный текст
Ответ на Mac OS X interface problems  (Maarten Engelen <maarten@jvonet.nl>)
Список 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 по дате отправления:

Предыдущее
От: Maarten Engelen
Дата:
Сообщение: Mac OS X interface problems
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: A few suggestion to the function editing window