summaryrefslogtreecommitdiff
path: root/data/rc.xml.in
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-26 13:10:36 +0000
committerDana Jansens <danakj@orodu.net>2007-04-26 13:10:36 +0000
commit4e590eba236c587caff22d8cfc3a8fc0332cb206 (patch)
treeab9c1fd825b694d9557d67b6a8504b71d58f4d21 /data/rc.xml.in
parent1c4c2b92a0be1b1358f34898ef47f74e0b21ae6a (diff)
add a separate font config for onscreendisplays
change menutitle in the rc to menuheader fix up the xsd for fonts
Diffstat (limited to 'data/rc.xml.in')
-rw-r--r--data/rc.xml.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index 6233c2e2..d42c3135 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -44,26 +44,32 @@
<keepBorder>yes</keepBorder>
<hideDisabled>no</hideDisabled>
<font place="ActiveWindow">
- <name>arial,sans</name>
+ <name>sans</name>
<size>7</size>
<weight>bold</weight>
<slant>normal</slant>
</font>
<font place="InactiveWindow">
- <name>arial,sans</name>
+ <name>sans</name>
<size>7</size>
<weight>bold</weight>
<slant>normal</slant>
</font>
- <font place="MenuTitle">
- <name>arial,sans</name>
+ <font place="MenuHeader">
+ <name>sans</name>
<size>8</size>
<weight>bold</weight>
<slant>normal</slant>
</font>
<font place="MenuItem">
- <name>arial,sans</name>
- <size>8</size>
+ <name>sans</name>
+ <size>9</size>
+ <weight>bold</weight>
+ <slant>normal</slant>
+ </font>
+ <font place="OnScreenDisplay">
+ <name>sans</name>
+ <size>9</size>
<weight>bold</weight>
<slant>normal</slant>
</font>