diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-05 00:07:19 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-05 00:07:19 +0200 |
commit | 36e57208ac70f19d2c7c78874c9f088096e2603c (patch) | |
tree | c0b95fcdd37047698a8299d1137ec88a45cc03ee /indra/newview/skins/default/xui/en/panel_profile_notes.xml | |
parent | b82d70cf2aa2b56a2c0bfdd941ee4f74e690e4df (diff) |
Line endings fix
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile_notes.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_notes.xml | 172 |
1 files changed, 86 insertions, 86 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index 1be7edbcea..0bafaac361 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -1,86 +1,86 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<panel
- name="panel_notes"
- label="Notes & Privacy"
- top="0"
- left="0"
- height="480"
- width="420"
- follows="all"
- layout="topleft"
->
- <loading_indicator
- name="progress_indicator"
- top="3"
- right="-10"
- height="23"
- width="23"
- follows="top|right"
- layout="topleft"
- visible="false"
- />
- <text
- name="status_message"
- value="Private notes on this avatar:"
- top="6"
- left="6"
- right="-6"
- height="16"
- follows="left|top|right"
- layout="topleft"
- font.style="BOLD"
- />
- <text_editor
- name="notes_edit"
- enabled="false"
- top_pad="4"
- left="6"
- right="-6"
- height="335"
- follows="all"
- layout="topleft"
- max_length="1000"
- word_wrap="true"
- />
- <text
- name="status_message2"
- value="Allow this avatar to:"
- top_pad="8"
- left="6"
- right="-6"
- height="16"
- follows="left|bottom|right"
- layout="topleft"
- font.style="BOLD"
- />
- <check_box
- name="status_check"
- label="See when I am online"
- enabled="false"
- left="10"
- height="16"
- width="293"
- follows="left|bottom|right"
- layout="topleft"
- />
- <check_box
- name="map_check"
- label="Find me on the world map"
- enabled="false"
- left="10"
- height="16"
- width="293"
- follows="left|bottom|right"
- layout="topleft"
- />
- <check_box
- name="objects_check"
- label="Edit, delete or take my objects"
- enabled="false"
- left="10"
- height="16"
- width="293"
- follows="left|bottom|right"
- layout="topleft"
- />
-</panel>
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + name="panel_notes" + label="Notes & Privacy" + top="0" + left="0" + height="480" + width="420" + follows="all" + layout="topleft" +> + <loading_indicator + name="progress_indicator" + top="3" + right="-10" + height="23" + width="23" + follows="top|right" + layout="topleft" + visible="false" + /> + <text + name="status_message" + value="Private notes on this avatar:" + top="6" + left="6" + right="-6" + height="16" + follows="left|top|right" + layout="topleft" + font.style="BOLD" + /> + <text_editor + name="notes_edit" + enabled="false" + top_pad="4" + left="6" + right="-6" + height="335" + follows="all" + layout="topleft" + max_length="1000" + word_wrap="true" + /> + <text + name="status_message2" + value="Allow this avatar to:" + top_pad="8" + left="6" + right="-6" + height="16" + follows="left|bottom|right" + layout="topleft" + font.style="BOLD" + /> + <check_box + name="status_check" + label="See when I am online" + enabled="false" + left="10" + height="16" + width="293" + follows="left|bottom|right" + layout="topleft" + /> + <check_box + name="map_check" + label="Find me on the world map" + enabled="false" + left="10" + height="16" + width="293" + follows="left|bottom|right" + layout="topleft" + /> + <check_box + name="objects_check" + label="Edit, delete or take my objects" + enabled="false" + left="10" + height="16" + width="293" + follows="left|bottom|right" + layout="topleft" + /> +</panel> |