Okay, after some research I found an easy way to fix the problem. I thought
this might be useful to others.

You can easily define your own styles and change theme for Gtk2. Just
create a files called ~/.gtkrc-2.0 and put whatever settings you prefer
into it. For example to change the default font for Lazarus and it's apps
you can write this in the gtk rc file:

style "MyStyle"
{
font_name = "Ubuntu Condensed 11"
}

widget_class "*" style "MyStyle"
gtk-font-name = "Ubuntu Condensed 11"

Just restart the app and the changes take effect.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to