summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_nearby_chat.xml
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2012-05-31 16:37:22 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2012-05-31 16:37:22 +0300
commitbba0f4f74e56d911df8fc534d83cd4a84993bc8b (patch)
tree3c6c14b401c8c194e4383ae64816fe178cef87dc /indra/newview/skins/default/xui/en/panel_nearby_chat.xml
parentfe252836ebfb8a1247b0ae3222056d0543203a44 (diff)
CHUI-119 WIP
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_nearby_chat.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_nearby_chat.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_nearby_chat.xml b/indra/newview/skins/default/xui/en/panel_nearby_chat.xml
index b415ba780d..4de56b424e 100644
--- a/indra/newview/skins/default/xui/en/panel_nearby_chat.xml
+++ b/indra/newview/skins/default/xui/en/panel_nearby_chat.xml
@@ -6,16 +6,17 @@
help_topic="nearby_chat"
layout="topleft"
name="nearby_chat"
- width="394">
+ width="242"
+ height="169">
<layout_stack
follows="all"
- height="278"
+ height="164"
layout="topleft"
left="0"
name="stack"
top="5"
orientation="vertical"
- width="394">
+ width="242">
<layout_panel
auto_resize="false"
height="26"
@@ -24,7 +25,7 @@
name="translate_chat_checkbox_lp"
top_delta="0"
visible="true"
- width="387">
+ width="230">
<check_box
top="10"
control_name="TranslateChat"
@@ -34,15 +35,15 @@
layout="topleft"
left="5"
name="translate_chat_checkbox"
- width="374" />
+ width="230" />
</layout_panel>
<layout_panel
auto_resize="true"
- height="256"
+ height="138"
left_delta="0"
layout="topleft"
name="chat_history_lp"
- width="394">
+ width="242">
<chat_history
bg_readonly_color="ChatHistoryBgColor"
bg_writeable_color="ChatHistoryBgColor"
@@ -50,7 +51,7 @@
layout="topleft"
left="5"
left_widget_pad="0"
- height="240"
+ height="138"
name="chat_history"
parse_highlights="true"
parse_urls="true"
@@ -58,7 +59,7 @@
text_color="ChatHistoryTextColor"
text_readonly_color="ChatHistoryTextColor"
top="0"
- width="384" />
+ width="237" />
</layout_panel>
</layout_stack>
</panel>