diff options
author | richard <none@none> | 2009-10-28 12:33:25 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-28 12:33:25 -0700 |
commit | 6e8c5d206ef72357bea7354f88248f671092bc0e (patch) | |
tree | 92830626fa8978d9da7d7fd22aaba0629dad5a8d /indra/newview/skins/default | |
parent | 16f5b86ff9d35e4224b0f8490c61099b16ddf014 (diff) |
fix for layout updates of chat history
update document rect twice
increased right padding of inline widgets
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/chat_history.xml | 2 |
1 files changed, 1 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 502c396ed8..ea6997ebd5 100644 --- a/indra/newview/skins/default/xui/en/widgets/chat_history.xml +++ b/indra/newview/skins/default/xui/en/widgets/chat_history.xml @@ -5,7 +5,7 @@ left_text_pad="10" right_text_pad="15" left_widget_pad="0" - right_widget_pad="0" + right_widget_pad="10" max_length="2147483647" enabled="false" track_bottom="true" |