diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 23:39:21 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 23:39:21 +0300 |
commit | ea0c810d2d082a9684d9ce6b9cbd888c87f06612 (patch) | |
tree | 2ba79cdce632286bc14c2e34015c62fa95689388 /indra/newview/skins/default/xui/en/panel_profile_notes.xml | |
parent | 8a39aaa3a485d9f1d4486c02e98286cfb08761d4 (diff) |
SL-15312 Small tweaks for profiles
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 | 14 |
1 files changed, 7 insertions, 7 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 78d5fb5915..16e7365042 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -21,7 +21,7 @@ /> <text name="status_message" - value="Private notes on this avatar:" + value="Make notes about this person here. No one else can see your notes." top="6" left="6" right="-6" @@ -33,10 +33,10 @@ <text_editor name="notes_edit" enabled="false" - top_pad="4" + top="28" left="6" right="-6" - height="311" + bottom="-26" follows="all" layout="topleft" max_length="65530" @@ -45,21 +45,21 @@ <button name="notes_save_changes" label="Save" - top="429" + bottom="-1" right="-108" height="20" width="80" enabled="false" - follows="top|right" + follows="bottom|right" layout="topleft"/> <button name="notes_discard_changes" label="Discard" - top_delta="0" + bottom="-1" right="-4" height="20" width="100" enabled="false" - follows="top|right" + follows="bottom|right" layout="topleft"/> </panel> |