summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/floater_social.xml166
1 files changed, 89 insertions, 77 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml
index fe89e8ed5b..c24e9a2194 100644
--- a/indra/newview/skins/default/xui/en/floater_social.xml
+++ b/indra/newview/skins/default/xui/en/floater_social.xml
@@ -11,86 +11,98 @@
single_instance="true"
reuse_instance="true"
title="FACEBOOK"
- height="450"
+ height="465"
width="304">
- <tab_container
- name="tabs"
- tab_group="1"
- tab_min_width="70"
- tab_height="30"
- tab_position="top"
- background_visible="true"
- bg_alpha_color="DkGray"
- bg_opaque_color="DkGray"
- top="7"
- height="430"
- halign="center">
- <panel
- filename="panel_social_status.xml"
- class="llsocialstatuspanel"
- follows="all"
- label="STATUS"
- help_topic="panel_social_status"
- name="panel_social_status"/>
- <panel
- filename="panel_social_photo.xml"
- class="llsocialphotopanel"
- follows="all"
- label="PHOTO"
- help_topic="panel_social_photo"
- name="panel_social_photo"/>
- <panel
- filename="panel_social_place.xml"
- class="llsocialcheckinpanel"
- follows="all"
- label="PLACE"
- help_topic="panel_social_place"
- name="panel_social_place"/>
- </tab_container>
<panel
- name="connection_status_panel"
- follows="left|top"
+ height="465"
+ width="304"
+ visible="true"
+ name="background"
background_visible="true"
- bg_alpha_color="DkGray"
bg_opaque_color="DkGray"
- height="24">
- <text
- name="connection_error_text"
- type="string"
- follows="left|top"
- top="3"
- left="12"
- width="250"
- height="20"
- wrap="true"
- halign="left"
- valign="center"
- text_color="DrYellow"
- font="SansSerif">
- Error
- </text>
- <loading_indicator
- follows="left|top"
- height="24"
- width="24"
- name="connection_loading_indicator"
- top="0"
- left="9"
- visible="true"/>
- <text
- name="connection_loading_text"
- type="string"
- follows="left|top"
- top="3"
- left_pad="5"
- width="250"
- height="20"
- wrap="true"
- halign="left"
- valign="center"
- text_color="EmphasisColor"
- font="SansSerif">
- Loading...
- </text>
+ bg_alpha_color="DkGray_66"
+ follows="all"
+ top="0"
+ left="0">
+ <tab_container
+ name="tabs"
+ tab_group="1"
+ tab_min_width="70"
+ tab_height="30"
+ tab_position="top"
+ background_visible="true"
+ bg_opaque_color="DkGray"
+ bg_alpha_color="DkGray_66"
+ top="7"
+ height="430"
+ halign="center">
+ <panel
+ filename="panel_social_status.xml"
+ class="llsocialstatuspanel"
+ follows="all"
+ label="STATUS"
+ help_topic="panel_social_status"
+ name="panel_social_status"/>
+ <panel
+ filename="panel_social_photo.xml"
+ class="llsocialphotopanel"
+ follows="all"
+ label="PHOTO"
+ help_topic="panel_social_photo"
+ name="panel_social_photo"/>
+ <panel
+ filename="panel_social_place.xml"
+ class="llsocialcheckinpanel"
+ follows="all"
+ label="PLACE"
+ help_topic="panel_social_place"
+ name="panel_social_place"/>
+ </tab_container>
+ <panel
+ name="connection_status_panel"
+ follows="left|bottom|right"
+ background_visible="true"
+ bg_opaque_color="DkGray"
+ bg_alpha_color="DkGray_66"
+ height="24">
+ <text
+ name="connection_error_text"
+ type="string"
+ follows="left|bottom|right"
+ top="3"
+ left="12"
+ width="250"
+ height="20"
+ wrap="true"
+ halign="left"
+ valign="center"
+ text_color="DrYellow"
+ font="SansSerif">
+ Error
+ </text>
+ <loading_indicator
+ follows="left|bottom|right"
+ height="24"
+ width="24"
+ name="connection_loading_indicator"
+ top="0"
+ left="9"
+ visible="true"/>
+ <text
+ name="connection_loading_text"
+ type="string"
+ follows="left|bottom|right"
+ top="3"
+ left_pad="5"
+ width="250"
+ height="20"
+ wrap="true"
+ halign="left"
+ valign="center"
+ text_color="EmphasisColor"
+ font="SansSerif">
+ Loading...
+ </text>
</panel>
+ </panel>
</floater>