Re: Pixmaps in gtk




Ed Schlunder writes:
>usability rather than good looks. Given that, is there any way to make the
>font used for buttons and the size of buttons/scroll bars any bigger?

Sure.  Take a look at gimp's gtkrc sample, and copy it to your own
.gimp/gtkrc if you want, and edit that.  You can set font to any legal
X fontspec.  (cp /usr/share/gimp/<version>/gtkrc ~/.gimp/)  If you don't
like the gimp default of

style "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
}

try

style "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-140-*-*-*-*-*-*"
}

and see if that looks better to you.

You can do the same for any gtk application that sources a resource
file.

michaelkjohnson

"Magazines all too frequently lead to books and should be regarded by the
 prudent as the heavy petting of literature."            -- Fran Lebowitz




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]