/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 83 lines · 83 code · 0 blank · 0 comment · 0 complexity · 92efca87c6860c68ea352c2f84b70d20 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <panel
- bevel_style="none"
- follows="top|left|right"
- height="85"
- layout="topleft"
- left="0"
- name="picture_item"
- top="0"
- width="313">
- <icon
- follows="all"
- height="85"
- image_name="ListItem_Over"
- right="-2"
- mouse_opaque="false"
- name="hovered_icon"
- top="1"
- scale_image="true"
- visible="false"
- width="308" />
- <icon
- follows="all"
- height="85"
- image_name="ListItem_Select"
- right="-2"
- mouse_opaque="false"
- name="selected_icon"
- top="1"
- scale_image="true"
- visible="false"
- width="308" />
- <texture_picker
- allow_no_texture="true"
- border_enabled="true"
- fallback_image="default_land_picture.j2c"
- enabled="false"
- follows="left|top"
- height="80"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="picture"
- tab_stop="false"
- top="10"
- top_pad="10"
- width="90" />
- <text
- follows="top|left|right"
- font="SansSerifSmall"
- height="15"
- layout="topleft"
- left="110"
- name="picture_name"
- parse_urls="false"
- text_color="white"
- top="9"
- use_ellipses="true"
- width="193"
- word_wrap="false" />
- <expandable_text
- follows="top|left|right"
- font="SansSerifSmall"
- height="55"
- layout="topleft"
- left="103"
- name="picture_descr"
- textbox.max_length="1024"
- textbox.show_context_menu="false"
- top_pad="0"
- width="178"
- word_wrap="true" />
- <button
- follows="right"
- height="20"
- image_overlay="ForwardArrow_Off"
- layout="topleft"
- left_pad="5"
- right="-8"
- name="info_chevron"
- top_delta="24"
- width="20" />
- </panel>