diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-10-10 17:08:51 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-10-10 17:08:51 -0700 |
commit | fd03ae299bfaf83789e511912d99d204c0833e7f (patch) | |
tree | 7dbdb65d0418ce567e2fa4e2a1b97740cc160790 /indra/newview/skins/default/xui/en/floater_avatar.xml | |
parent | 1bd5fd7edc9019f4ab4dfd1c4d25967f23d14401 (diff) |
EXP-1274 Create floater for "Avatar Picker" content
EXP-1299 Nearby Voice floater can't be closed by clicking the sidebar button again.
EXP-1306 Prompt text to "Change your avatar" and "Destinations" floaters get pushed down one line when the floater dialog gets resized to minimum width
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_avatar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_avatar.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_avatar.xml b/indra/newview/skins/default/xui/en/floater_avatar.xml index a0c1f4c021..666aa2d164 100644 --- a/indra/newview/skins/default/xui/en/floater_avatar.xml +++ b/indra/newview/skins/default/xui/en/floater_avatar.xml @@ -3,11 +3,9 @@ legacy_header_height="225" can_minimize="true" can_close="true" - user_resize="true" can_resize="true" min_height="230" - min_width="455" - max_height="230" + min_width="445" height="230" layout="topleft" name="Avatar" @@ -19,7 +17,7 @@ <web_browser top="25" height="200" - width="435" + width="445" follows="all" name="avatar_picker_contents" trusted_content="true"/> |