On Sat, May 23, 2009 at 10:38:46AM -0600, William Robb scripsit: > Hi, please see: > > http://users.accesscomm.ca/wrobb/temp/badfonts.jpg > > If you look in the top right corner, you will see some fonts that are > cut off beside the tick boxes. I haven't been able to figure out how > to fix this. It's a problem with every program that has a similar > dialogue and also many web pages that have data entry boxes. > > Any ideas for what display parameter I need to change to adress this? > It's only really been a problem since I went to big screens.
What you're seeing is the interaction of the font size and the size of the box for the control label. The size of the box for the control label is generally hard-coded in Windows applications, since that's what the default GUI toolkit supports. About the only thing you can do is shrink the font; there's no user-accessible way to increase the size of the box for the label. Going to a big screen will increase the default font size, generally automagically, so that's probably what happened. -- Graydon, who has been nearby when the labels boxes had been sized for Chinese and the application got translated into Turkish -- PDML Pentax-Discuss Mail List [email protected] http://pdml.net/mailman/listinfo/pdml_pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above and follow the directions.

