diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-08-11 15:58:53 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-08-11 15:58:53 +0300 |
commit | 64fefa9880a85d333ef4a4479bcb3468cef12f65 (patch) | |
tree | 6465e02947893568d3225dbc5e3f1e7e55e65ca7 /indra/newview/skins/default/xui/en | |
parent | 1f53d3abbf612531dd10672127552e189255da01 (diff) |
SL-17670 tweaking simplified outfit snapshot floater
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_simple_outfit_snapshot.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_simple_outfit_snapshot.xml b/indra/newview/skins/default/xui/en/floater_simple_outfit_snapshot.xml index 765bc54e46..5ece7b85d5 100644 --- a/indra/newview/skins/default/xui/en/floater_simple_outfit_snapshot.xml +++ b/indra/newview/skins/default/xui/en/floater_simple_outfit_snapshot.xml @@ -5,7 +5,7 @@ can_minimize="true" can_resize="false" can_close="true" - height="315" + height="305" layout="topleft" name="simple_outfit_snapshot" single_instance="true" @@ -13,24 +13,24 @@ save_rect="true" save_visibility="false" title="OUTFIT SNAPSHOT" - width="405"> + width="351"> <ui_ctrl layout="topleft" name="thumbnail_placeholder" top="18" - left="2" - width="400" - height="400" + left="22" + width="335" + height="200" follows="top|left"/> <button follows="left|bottom" height="22" layout="topleft" - left="42" + left="29" label="Take photo" name="new_snapshot_btn" bottom="-15" - width="100" /> + width="90" /> <button follows="left|bottom" height="22" @@ -38,7 +38,7 @@ left_pad="10" label="Save (L$[UPLOAD_COST])" name="save_btn" - width="100" /> + width="90" /> <button follows="left|bottom" height="22" @@ -46,5 +46,5 @@ left_pad="10" label="Cancel" name="cancel_btn" - width="100" /> + width="90" /> </floater> |