Re: [dvd::rip] Gtk fonts in 0.97.2
|
Subject: |
Re: [dvd::rip] Gtk fonts in 0.97.2 |
|
From: |
Christian Marillat <marillat@xxxxxxx> |
|
Date: |
Sat, 03 Dec 2005 22:26:36 +0100 |
"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
|
|