/indra/newview/skins/default/xui/en/panel_teleport_history_item.xml
XML | 64 lines | 64 code | 0 blank | 0 comment | 0 complexity | 895f232ba4005f3077f3ee51f1dcd36c MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <panel
- follows="top|right|left"
- height="20"
- layout="topleft"
- left="0"
- name="teleport_history_item"
- top="0"
- width="380">
- <icon
- follows="top|right|left"
- height="20"
- image_name="ListItem_Over"
- layout="topleft"
- left="0"
- name="hovered_icon"
- top="0"
- visible="false"
- width="380" />
- <icon
- height="20"
- follows="top|right|left"
- image_name="ListItem_Select"
- layout="topleft"
- left="0"
- name="selected_icon"
- top="0"
- visible="false"
- width="380" />
- <icon
- height="16"
- follows="top|left"
- image_name="Inv_Landmark"
- layout="topleft"
- left="0"
- name="landmark_icon"
- top="0"
- width="16" />
- <text
- follows="left|right"
- height="20"
- layout="topleft"
- left_pad="5"
- parse_urls="false"
- use_ellipses="true"
- name="region"
- text_color="white"
- top="4"
- value="..."
- width="330" />
- <button
- follows="right"
- height="20"
- image_overlay="ForwardArrow_Off"
- layout="topleft"
- left_pad="5"
- right="-3"
- name="profile_btn"
- tab_stop="false"
- tool_tip="Show item info"
- top="1"
- visible="false"
- width="20" />
- </panel>