summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_pick_list_item.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_pick_list_item.xml67
1 files changed, 35 insertions, 32 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_pick_list_item.xml b/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
index 686faab8eb..1074dd4627 100644
--- a/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
+++ b/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
@@ -2,79 +2,82 @@
<panel
bevel_style="none"
follows="top|left|right"
- height="120"
+ height="85"
layout="topleft"
left="0"
name="picture_item"
top="0"
- width="305">
+ width="313">
<icon
- follows="top|bottom|left|right"
- height="120"
+ follows="all"
+ height="85"
image_name="ListItem_Over"
- left="0"
+ right="-3"
mouse_opaque="false"
name="hovered_icon"
- top="0"
+ top="1"
scale_image="true"
visible="false"
- width="305"/>
+ width="307"/>
<icon
- follows="top|bottom|left|right"
- height="120"
+ follows="all"
+ height="85"
image_name="ListItem_Select"
- left="0"
+ right="-3"
mouse_opaque="false"
name="selected_icon"
- top="0"
+ top="1"
scale_image="true"
visible="false"
- width="305"/>
+ width="307"/>
<texture_picker
allow_no_texture="true"
- default_image_name="None"
+ border_enabled="true"
+ default_image_name="TabIcon_Places_Large"
enabled="false"
follows="left|top"
- height="120"
+ height="80"
layout="topleft"
- left="5"
+ left="10"
mouse_opaque="false"
name="picture"
tab_stop="false"
- top="5"
- top_pad="5"
- width="120" />
+ top="10"
+ top_pad="10"
+ width="90" />
<text
follows="top|left|right"
+ font="SansSerifSmallBold"
height="16"
layout="topleft"
- left="135"
+ left="110"
name="picture_name"
text_color="white"
- top="5"
- use_ellipses="true"
- width="130"
- word_wrap="true" />
+ top="9"
+ use_ellipses="false"
+ width="197"
+ word_wrap="false" />
<text
follows="top|left|right"
- height="75"
+ font="SansSerifSmall"
+ height="40"
layout="topleft"
- left="135"
+ left="110"
name="picture_descr"
- top_pad="10"
- use_ellipses="true"
- width="130"
+ top_pad="3"
+ width="178"
word_wrap="true" />
<button
follows="top|right"
height="16"
- image_selected="Info_Press"
- image_unselected="Info_Off"
+ image_selected="BuyArrow_Press"
+ image_pressed="BuyArrow_Press"
+ image_unselected="BuyArrow_Press"
layout="topleft"
name="info_chevron"
picture_style="true"
- right="290"
+ right="-7"
tab_stop="false"
- top="5"
+ top="27"
width="16" />
</panel>