diff options
author | James Cook <james@lindenlab.com> | 2009-11-11 10:56:31 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-11 10:56:31 -0800 |
commit | a758a799cf79056470dde92c32ea88f2807dfac2 (patch) | |
tree | ee92396cfcf340523be0430648b7fced7cc2960a /indra/newview/skins/default/xui/en/widgets | |
parent | 062d0a13db505636b186084d42c527a49637f380 (diff) |
Add widgets/ui_ctrl.xml that can set default font size across all widgets.
Individual widgets/*.xml files will need to have explicit font="foo" params
removed to start using the defaults.
Discussed with Richard.
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/ui_ctrl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/ui_ctrl.xml b/indra/newview/skins/default/xui/en/widgets/ui_ctrl.xml new file mode 100644 index 0000000000..2f72ad65a1 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/ui_ctrl.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<!-- Global settings for all widgets ("UI Controls") --> +<ui_ctrl + font="SansSerif" + /> |