/indra/newview/skins/default/xui/en/panel_sys_well_item.xml
XML | 45 lines | 44 code | 0 blank | 1 comment | 0 complexity | d7d4e781821aeb46bb2bdf00a5ba2ede MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <!-- All our XML is utf-8 encoded. -->
- <panel
- translate="false"
- name="sys_well_item"
- title="sys_well_item"
- visible="true"
- top="0"
- left="0"
- width="300"
- height="35"
- layout="topleft"
- follows="left|right"
- background_opaque="false"
- background_visible="true"
- bg_alpha_color="0.0 0.0 0.0 0.0" >
- <text
- clip_partial="true"
- top="2"
- left="10"
- width="267"
- height="28"
- layout="topleft"
- follows="right|left"
- text_color="white"
- use_ellipses="true"
- word_wrap="true"
- mouse_opaque="false"
- name="title" >
- Beware the trout. BEWARE! THE! TROUT!
- </text>
- <button
- top="5"
- right="-5"
- width="17"
- height="17"
- layout="topleft"
- follows="right"
- name="close_btn"
- mouse_opaque="true"
- tab_stop="false"
- image_unselected="Icon_Close_Toast"
- image_selected="Icon_Close_Toast"
- />
- </panel>