diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 21:35:41 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 22:21:58 +0300 |
commit | 8a39aaa3a485d9f1d4486c02e98286cfb08761d4 (patch) | |
tree | a3e90bc31fb591ded96df1da31025f7f192e9a56 /indra/newview/skins/default/xui/en/panel_profile_firstlife.xml | |
parent | 65ea8e1351c548b650eea4bd2ddef02b853c933d (diff) |
SL-15312 Legacy profiles remake #10
Fixed Typo
changed 'show in search' checkbox into combobox, implemented commit
Fixed fl textbox setting sl text instead of fl text
Fixed fl save/discard buttons not following resize
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile_firstlife.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_firstlife.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml index a957a2b454..90e0f1bc05 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml @@ -74,12 +74,12 @@ <button name="fl_save_changes" label="Save" - top="389" + top_pad="5" right="-108" height="20" width="80" enabled="false" - follows="top|right" + follows="right|bottom" layout="topleft"/> <button name="fl_discard_changes" @@ -89,6 +89,6 @@ height="20" width="100" enabled="false" - follows="top|right" + follows="right|bottom" layout="topleft"/> </panel> |