diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_social.xml | 64 |
1 files changed, 61 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index c9b5d3a4df..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,5 +14,63 @@ single_instance="true" reuse_instance="true" title="FACEBOOK" - width="370"> + width="314"> + <tab_container + bottom="-1" + follows="all" + layout="topleft" + left="4" + name="tabs" + tab_group="1" + tab_min_width="98" + tab_height="30" + tab_position="top" + top="4" + halign="center" + right="-5"> + <panel + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" + bottom="-1" + follows="all" + label="STATUS" + layout="topleft" + left="0" + help_topic="social_status_tab" + name="status_panel" + right="0" + top="0"/> + <panel + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" + bottom="-1" + follows="all" + label="PHOTO" + layout="topleft" + left="0" + help_topic="social_photo_tab" + name="photo_panel" + right="0" + top="0"/> + <panel + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" + bottom="-1" + follows="all" + label="PLACE" + layout="topleft" + left="0" + help_topic="social_place_tab" + name="place_panel" + right="0" + top="0"/> + </tab_container> + + </floater> |