diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-15 12:31:49 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-15 12:31:49 +0300 |
commit | de8a61f71a16f950cbf64b5704b9952cb733403e (patch) | |
tree | 49a9fc80be225a6faabc47e0d4be619d11ae889d /indra/newview/skins/default/xui | |
parent | 26ee1cc148223b26ee1bdef61f4840410c4ab22f (diff) |
SL-15312 Shortcut to notes
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml index e23da2b7fe..3745706a5a 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -403,6 +403,16 @@ Account: [ACCTTYPE] word_wrap="true" use_ellipses="true" allow_scroll="false"/> + <button + follows="right|bottom" + layout="topleft" + name="open_notes" + tooltip="Show notes" + image_overlay="ForwardArrow_Off" + height="18" + bottom="-5" + right="-5" + width="20" /> </layout_panel> <layout_panel |