diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-04 18:49:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-04 18:49:16 +0000 |
| commit | 191a0bc07568aca3b85e4b4789b7dc4d3733742f (patch) | |
| tree | 8323afab215df1dcdba486e54381144ecb16ecfe /data/rc.xml.in | |
| parent | 7744067b6b50124c31f647e2943ef1fce9fdec96 (diff) | |
i moved the font shadow stuff back into the theme, so move them out of the font configuration stuff
Diffstat (limited to 'data/rc.xml.in')
| -rw-r--r-- | data/rc.xml.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index e7b4d509..b2b6be23 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -48,40 +48,24 @@ <size>7</size> <weight>bold</weight> <slant>normal</slant> - <shadow enabled="yes"> - <offset>1</offset> - <tint>30</tint> - </shadow> </font> <font place="InactiveWindow"> <name>arial,sans</name> <size>7</size> <weight>bold</weight> <slant>normal</slant> - <shadow enabled="yes"> - <offset>1</offset> - <tint>30</tint> - </shadow> </font> <font place="MenuTitle"> <name>arial,sans</name> <size>8</size> <weight>bold</weight> <slant>normal</slant> - <shadow enabled="yes"> - <offset>1</offset> - <tint>30</tint> - </shadow> </font> <font place="MenuItem"> <name>arial,sans</name> <size>8</size> <weight>bold</weight> <slant>normal</slant> - <shadow enabled="yes"> - <offset>1</offset> - <tint>30</tint> - </shadow> </font> </theme> |
