diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-28 11:18:02 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-28 11:18:02 +0100 |
commit | 20d223620eceba8fd6ec8af49330e9ca13ba6a2a (patch) | |
tree | a667a8c1cae32af8b0dc9f12fbdace51957e6cd1 /indra/newview/skins/default/xui/en/widgets | |
parent | a7ffd8b7a3d26be6f1841f538631adbb0f3f5604 (diff) |
remove dos line-endings, grr.
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml | 140 |
1 files changed, 70 insertions, 70 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 index a77b81f76f..98707b8495 100644 --- a/indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml +++ b/indra/newview/skins/default/xui/en/widgets/panel_camera_item.xml @@ -1,70 +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 +<?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> |