mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Config: add OSD font configuration
This commit is contained in:
parent
238062a859
commit
859495a8be
5 changed files with 28 additions and 8 deletions
|
|
@ -54,6 +54,7 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
|||
Places can be any of:
|
||||
- ActiveWindow - titlebar of active window
|
||||
- MenuItem - menu item (currently only root menu)
|
||||
- OSD - items in the on screen display
|
||||
If no place attribute is provided, the setting will be applied to all
|
||||
places.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
<cornerRadius>8</cornerRadius>
|
||||
<font place="ActiveWindow"><name>sans</name><size>10</size></font>
|
||||
<font place="MenuItem"><name>sans</name><size>10</size></font>
|
||||
<font place="OSD"><name>sans</name><size>10</size></font>
|
||||
</theme>
|
||||
|
||||
<focus>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue