diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-01-18 20:02:35 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-01-18 20:02:35 +0200 |
commit | 48123c536c8ae182b39440163d7002a07d126e0c (patch) | |
tree | e27c1777e032fb6f1dc64f37204cf47f11f27dc0 /indra/newview/skins/default/xui/en/widgets/chat_history.xml | |
parent | d73eae5aa665abb5f4da8d102d5daaa0e5ffefff (diff) |
fixed EXT-3005 Ascii art looks ugly in the nearby chat
--HG--
branch : product-engine
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 | 7 |
1 files changed, 3 insertions, 4 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 f6d1992c8e..ef885e8045 100644 --- a/indra/newview/skins/default/xui/en/widgets/chat_history.xml +++ b/indra/newview/skins/default/xui/en/widgets/chat_history.xml @@ -6,8 +6,8 @@ right_text_pad="15" left_widget_pad="0" right_widget_pad="10" - top_separator_pad="2" - bottom_separator_pad="2" + top_separator_pad="1" + bottom_separator_pad="1" top_header_pad="12" bottom_header_pad="5" max_length="2147483647" @@ -21,5 +21,4 @@ mouse_opaque="true" word_wrap="true" /> -</chat_history> -enabledcontrol
\ No newline at end of file +</chat_history>
\ No newline at end of file |