diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-18 18:56:17 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-18 18:56:17 -0700 |
commit | a88be82d27dd3226356a71cdda88093490a326c5 (patch) | |
tree | 340860cae16fbdb83d02119de482a55a060905d4 /indra/newview/skins/default/xui/en | |
parent | 0a119a3dc9d5bf593c375948491728ded8241981 (diff) |
ACME-561 Adjusted the size of the floater to better match spec. Also made the floater non-sizable and the tabs spread nearly evenly across. Can touch up UI in another iteration and after some feedback.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_social.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index 2b730c1a18..7814c8e64f 100644 --- a/indra/newview/skins/default/xui/en/floater_social.xml +++ b/indra/newview/skins/default/xui/en/floater_social.xml @@ -3,8 +3,8 @@ <floater positioning="cascading" can_close="true" - can_resize="true" - height="570" + can_resize="false" + height="470" help_topic="social floater" min_height="220" min_width="260" @@ -14,15 +14,15 @@ single_instance="true" reuse_instance="true" title="FACEBOOK" - width="370"> + width="314"> <tab_container - bottom="-7" + bottom="-1" follows="all" layout="topleft" left="4" name="tabs" tab_group="1" - tab_min_width="70" + tab_min_width="98" tab_height="30" tab_position="top" top="4" @@ -33,7 +33,7 @@ background_visible="true" bg_alpha_color="DkGray" bg_opaque_color="DkGray" - bottom="0" + bottom="-1" follows="all" label="STATUS" layout="topleft" @@ -47,7 +47,7 @@ background_visible="true" bg_alpha_color="DkGray" bg_opaque_color="DkGray" - bottom="0" + bottom="-1" follows="all" label="PHOTO" layout="topleft" @@ -61,7 +61,7 @@ background_visible="true" bg_alpha_color="DkGray" bg_opaque_color="DkGray" - bottom="0" + bottom="-1" follows="all" label="PLACE" layout="topleft" |