Dave Page wrote:
>
>
>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
>>Sent: 15 October 2003 16:42
>>To: Dave Page
>>Cc: pgadmin-hackers
>>Subject: Re: [pgadmin-hackers] XRC Editting
>>
>>Dave Page wrote:
>>
>>Yes, that's Microsoft. lf.leHeight is -(fontsize+3).
>>lfFaceName should be Tahoma, right?
>>This should be used throughout the app (except for menu and
>>caption, which use individual font settings from the "desktop
>>appearance"
>>settings). Does your app behave correctly if you change your
>>desktop font?
>>
>>
>
>If I change the fonts to Extra Large, the menus and title bars change as
>expected. Everything else remains the same.
>
>Changing the icon font (to 18pt) makes no difference to pgAdmin, but is
>obviously different elsewhere.
>
I just noticed that I left a define that made sysSettings compilable
with older wx versions in the source, effectively disabling font
detection under MSW.
Regards,
Andreas