On Thu, 15 Sep 2005 08:49:50 +0200 "Crause, Christo (JC)" <[EMAIL PROTECTED]> wrote:
> > I recompiled everything including the IDE and there seam to be many > > alignment problems on the IDE. The fonts do look much better, but all > > buttons are too small, so text and glyphs became only > > partially visible. > > I have also noticed this. I think part of the reason is that the > default font height for GTK2 in Lazarus is 14 (the font for the Lazarus > editor was changed to 14 from 12 after I recompiled Lazarus for GTK2), > while under GTK it is 12. To avoid misunderstandings: It is not lazarus, which sets the font sizes of buttons. This is the gtk2 theme. > Maybe a feature where one specifies the default font height would > partially fix the sizing/visibility problem of text in fixed width > controls like buttons? Setting the font size of buttons is not implemented yet for the LCL gtk interface (1+2). The only solutions I see, is to increase the buttons or to use autosizing features. Mattias > > Christo > ------------------------------------------------------------------------- > --- NOTICE: Please note that this eMail, and the contents thereof, > is subject to the standard Sasol eMail legal notice which may be found at: > > http://www.sasol.com/legalnotices > > > If you cannot access the legal notice through the URL attached and you > wish to receive a copy thereof please send an eMail to > [EMAIL PROTECTED] > ------------------------------------------------------------------------- > --- > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
