diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-11-14 23:43:52 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-11-14 23:43:52 +0200 |
commit | 26732bc576f86fde532e1f9448bd127515f70612 (patch) | |
tree | c3f8c0f2c172d3839266ab7c98acbe861896f773 /indra/newview/skins/default/xui/en/floater_camera_presets.xml | |
parent | 16015cfb9f1e7d9983057e35c5ab41c92271b9a5 (diff) |
Line endings fix
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_camera_presets.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_camera_presets.xml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_camera_presets.xml b/indra/newview/skins/default/xui/en/floater_camera_presets.xml index 0d9a6bb16a..930357f568 100644 --- a/indra/newview/skins/default/xui/en/floater_camera_presets.xml +++ b/indra/newview/skins/default/xui/en/floater_camera_presets.xml @@ -1,23 +1,23 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<floater
- legacy_header_height="18"
- can_resize="true"
- height="200"
- min_height="150"
- title="MY CAMERA PRESETS"
- layout="topleft"
- name="floater_camera_presets"
- single_instance="true"
- min_width="185"
- width="250">
- <flat_list_view
- allow_select="true"
- follows="all"
- height="165"
- layout="topleft"
- left="3"
- multi_select="false"
- name="preset_list"
- top="20"
- width="245" />
- </floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + can_resize="true" + height="200" + min_height="150" + title="MY CAMERA PRESETS" + layout="topleft" + name="floater_camera_presets" + single_instance="true" + min_width="185" + width="250"> + <flat_list_view + allow_select="true" + follows="all" + height="165" + layout="topleft" + left="3" + multi_select="false" + name="preset_list" + top="20" + width="245" /> + </floater> |