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 | |
| parent | d73eae5aa665abb5f4da8d102d5daaa0e5ffefff (diff) | |
fixed EXT-3005 Ascii art looks ugly in the nearby chat
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_chat_separator.xml | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chat_history.xml | 7 | 
2 files changed, 4 insertions, 5 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_chat_separator.xml b/indra/newview/skins/default/xui/en/panel_chat_separator.xml index d0a2ddb289..357dbc07cc 100644 --- a/indra/newview/skins/default/xui/en/panel_chat_separator.xml +++ b/indra/newview/skins/default/xui/en/panel_chat_separator.xml @@ -3,6 +3,6 @@   background_visible="true"   bg_alpha_color="black"   follows="left|right|top" - height="1" + height="0"   layout="topleft"   name="chat_separator_panel" /> 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 | 
