Re: [dvd::rip] Gtk fonts in 0.97.2
|
Subject: |
Re: [dvd::rip] Gtk fonts in 0.97.2 |
|
From: |
"Allan N. Snider" <allansnider@xxxxxxxxx> |
|
Date: |
Sun, 04 Dec 2005 03:06:39 -0500 |
Christian (and Mark):
Thanks for the responses. The .gtkrc-2.0 worked for me. I
couldn't find a gtk style from the kde control center, but I'm running
a pretty minimal gentoo and may be missing some packages. "sans 8" is
what I needed, and looks closest to the previous dvdrip version. Once
again, thanks.
Allan
Christian Marillat wrote:
"Allan N. Snider" <allansnider@xxxxxxxxx> writes:
New gui, huh? I dislike change but I'll get used to it ;-) The problem
I'm having is not necessarily dvdrip, but gtk. The fonts are too large
and text is getting truncated on the dialogues. How can I change the
fonts used specifically for dvdrip without altering my desktop wide
default fonts? I'm using kde 3.4. Any help would be appreciated.
In ~/.gtkrc-2.0 But beware this will change the default font for all
GTK 2.x applications.
,----
| style "default" {
| font_name = "Sans 10"
| }
| widget_class "*" style "default"
`----
Christian
|
|
|