/indra/newview/skins/default/xui/en/panel_nearby_chat.xml
XML | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | 937c958735d131082f42ca81c8958e29 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<panel 3 height="300" 4 follows="all" 5 layout="topleft" 6 name="nearby_chat" 7 help_topic="nearby_chat" 8 width="320"> 9 <check_box 10 bottom_delta="36" 11 control_name="TranslateChat" 12 enabled="true" 13 height="16" 14 label="Translate chat" 15 layout="topleft" 16 left="5" 17 name="translate_chat_checkbox" 18 width="230" /> 19 <chat_history 20 parse_urls="true" 21 bg_readonly_color="ChatHistoryBgColor" 22 bg_writeable_color="ChatHistoryBgColor" 23 follows="all" 24 left="5" 25 top_delta="17" 26 layout="topleft" 27 height="260" 28 name="chat_history" 29 parse_highlights="true" 30 text_color="ChatHistoryTextColor" 31 text_readonly_color="ChatHistoryTextColor" 32 right_widget_pad="5" 33 left_widget_pad="0" 34 width="315" /> 35</panel>