diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-12-30 15:14:59 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-12-30 15:14:59 -0800 |
commit | b119ee524a8c809c01baa91d653dfe0b8217c44e (patch) | |
tree | 1f124cda2fd6a66a0ae1ec9fe3d799ffaff5a8f2 /indra/newview/skins/default/xui/en/widgets/chat_history.xml | |
parent | 6a38dd3bac8933b07f52b9f7d5d3066861568686 (diff) |
EXT-2967 Spinner label font sizes are not rendering consistently between platforms
OSX isn't loading the ui_ctrl.xml file, moving font to individual widgets
reviewed by James
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/chat_history.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chat_history.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/chat_history.xml b/indra/newview/skins/default/xui/en/widgets/chat_history.xml index 32916c0816..2be37d222a 100644 --- a/indra/newview/skins/default/xui/en/widgets/chat_history.xml +++ b/indra/newview/skins/default/xui/en/widgets/chat_history.xml @@ -15,4 +15,5 @@ track_bottom="true" name="chat_history" type="string" - word_wrap="true" />
\ No newline at end of file + word_wrap="true" + font="SansSerif"/> |