On Tuesday 02 August 2005 00:10, Tony Maro wrote:
> Michel Meunier wrote:
> > Hello
> >
> > I really don't know how to change the size of font in Lazarus.
> > For example the size of the title of IDE main window is ok, but all
> > the item under are very very small (file ....etc).
> > I am searching everywhere without success.
> > Thank you for your help
>
> Micha gave me this once.  Place this in a file in your home directory
> called ".gtkrc"
>
>
> style "gtk-default-iso-8859-15" {
>         fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
>                    -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
>      -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-15,\
>      -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-15,*-r-*"
> }
> class "GtkWidget" style "gtk-default-iso-8859-15"
>
>
> Also, you need to make it so your pc can't overwrite this file.  Each
> reboot GTK tries to overwrite it... but I forget what the chmod or
> attrib or whatever command was he had me do.  A simple chmod -w .gtkrc
> didn't do the job.
>
chmod 400 .gtkrc

-- 
Ger

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to