Files
SingularityViewer/indra/newview/skins/default/xui/en-us/floater_message_log.xml
2011-02-06 02:48:14 +01:00

31 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Message Log" title="Message Log" width="400" min_width="400" height="600" min_height="600" can_close="true" can_resize="true" can_minimize="true">
<scroll_list column_padding="0" draw_heading="false" follows="left|top|right" left="10" top="-25"
name="net_list" search_column="0" right="-10" bottom="450">
<column dynamicwidth="true" name="text" label="text" />
<column name="icon0" label="icon0" width="24" />
<column name="icon1" label="icon1" width="24" />
</scroll_list>
<button name="filter_choice_btn" follows="left|top" left="10" top="-150" right="-370" bottom="430" label="…"/>
<line_editor name="filter_edit" follows="left|top|right" left="30" top="-149" right="-28" bottom="430" max_length="65535"/>
<button name="filter_apply_btn" follows="top|right" left="370" top="-150" right="-9" bottom="430" label="✔"/>
<button name="clear_log_btn" follows="top|right" left="370" top="-170" right="-9" bottom="410" label="C"/>
<scroll_list column_padding="0" draw_heading="false" follows="left|top|right" left="10" top="-190"
name="message_log" search_column="0" right="-10" bottom="200">
<column name="sequence" label="sequence" width="48"/>
<column name="type" label="type" width="32"/>
<column name="direction" label="direction" width="32"/>
<column name="net" label="net" width="100"/>
<column name="name" label="name" width="128"/>
<!--<column name="flag_zer" label="zer" width="8"/>
<column name="flag_rel" label="rel" width="8"/>
<column name="flag_rsd" label="rsd" width="8"/>
<column name="flag_ack" label="ack" width="8"/>-->
<column name="summary" label="summary" dynamicwidth="true"/>
</scroll_list>
<text name="log_status_text" follows="left|top|right" left="10" top="-172" right="-10" height="20">
</text>
<text_editor name="net_info" follows="left|top|right|bottom" left="10" top="-400" bottom="30" right="-10" enabled="false" max_length="65535">
</text_editor>
</floater>