diff options
| author | Andrew Dyukov <adyukov@productengine.com> | 2010-05-27 19:52:50 +0300 | 
|---|---|---|
| committer | Andrew Dyukov <adyukov@productengine.com> | 2010-05-27 19:52:50 +0300 | 
| commit | c88c04151654963f98496fd30c1e4bd12d5d1d5e (patch) | |
| tree | ad2a2b4516df6a2d2e3fac0c1869c62ccd005bce /indra | |
| parent | fea58764513f2f4a37ac7dba6384bc694c5fa337 (diff) | |
EXT-2260 ADDITIONAL FIX Added missing XML
Added xml of new widget which was occasionally not included into 19fc8b450df2.
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml | 70 | 
1 files changed, 70 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml b/indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml new file mode 100644 index 0000000000..a77b81f76f --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
 +<panel_camera_item
 + background_visible="false"
 + height="30"
 + layout="topleft"
 + width="212">
 +  <panel_camera_item.icon_over
 +   follows="top|left"
 +     height="30"
 +     image_name="ListItem_Over"
 +     left="0"
 +     mouse_opaque="false"
 +     layout="topleft"
 +     name="hovered_icon"
 +     top="30"
 +     scale_image="true"
 +     visible="false"
 +     width="212" />
 +  <panel_camera_item.icon_selected
 +   follows="top|left"
 +     height="30"
 +     image_name="ListItem_Select"
 +     layout="topleft"
 +     left="0"
 +     mouse_opaque="false"
 +     name="selected_icon"
 +     top="30"
 +     scale_image="true"
 +     visible="false"
 +     width="212" />
 +  <panel_camera_item.picture
 +     follows="top|left"
 +     height="30"
 +     image_name="Icon_For_Sale"
 +     layout="topleft"
 +     left="0"
 +     mouse_opaque="false"
 +     name="picture"
 +     tab_stop="false"
 +     top="30"
 +     top_pad="10"
 +     width="30" />
 +  <panel_camera_item.selected_picture
 +     follows="top|left"
 +     height="30"
 +     image_name="Cam_Rotate_In"
 +     layout="topleft"
 +     left="0"
 +     mouse_opaque="false"
 +     name="selected_picture"
 +     tab_stop="false"
 +     top="30"
 +     top_pad="8"
 +     visible="false" 
 +     width="30" />
 +  <panel_camera_item.text
 +   follows="top|left|right"
 +     font="SansSerifMedium"
 +     height="15"
 +     layout="topleft"
 +     left ="38"
 +     name="picture_name"
 +     text_color="white"
 +     top="21"
 +     use_ellipses="true"
 +     width="170"
 +     word_wrap="false" >
 +   Text
 +   </panel_camera_item.text>
 +</panel_camera_item>
\ No newline at end of file | 
