diff options
author | dolphin <dolphin@lindenlab.com> | 2014-09-08 14:36:08 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-09-08 14:36:08 -0700 |
commit | 873a72fdbad8bca29cf8129b318719c1af5f8e9d (patch) | |
tree | cf4138d025faf4c697de287a4c9a441432c11e6c /indra/newview/skins/default/xui/en/panel_facebook_friends.xml | |
parent | 4e84aa4ecfe3351463ca9c54df4477528f65e41f (diff) | |
parent | eef4acc5367a486b0c52c6ce5e1aba995fefd99c (diff) |
Merge with 3.7.15-release
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_facebook_friends.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_facebook_friends.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_facebook_friends.xml b/indra/newview/skins/default/xui/en/panel_facebook_friends.xml index 9d21a3a293..97994fb08b 100644 --- a/indra/newview/skins/default/xui/en/panel_facebook_friends.xml +++ b/indra/newview/skins/default/xui/en/panel_facebook_friends.xml @@ -1,6 +1,6 @@ <panel height="400" - width="304" + width="272" layout="topleft" follows="all" name="panel_facebook_friends"> @@ -9,17 +9,17 @@ value="You currently do not have any Facebook friends who are also Second Life residents. Ask your Facebook friends to join Second Life today!" /> <string name="facebook_friends_no_connected" - value="You're currently not connected to Facebook. Please go to the Account tab to connect and enable this feature." /> + value="You're currently not connected to Facebook. Please go to the Status tab to connect and enable this feature." /> <accordion - background_visible="true" + background_visible="false" bg_alpha_color="DkGray2" bg_opaque_color="DkGray2" follows="all" - height="408" + height="383" layout="topleft" - left="3" + left="10" name="friends_accordion" - right="-2" + right="-10" top_pad="2"> <accordion_tab layout="topleft" @@ -36,7 +36,7 @@ name="second_life_friends" show_permissions_granted="true" top="0" - width="307" /> + width="272" /> </accordion_tab> <accordion_tab layout="topleft" @@ -53,19 +53,20 @@ name="suggested_friends" show_permissions_granted="true" top="0" - width="307" /> + width="272" /> </accordion_tab> </accordion> <text layout="topleft" word_wrap="true" height="64" - width="290" + width="250" follows="top|left|right" font="SansSerif" - left="9" + left="10" + right="-10" name="facebook_friends_status" - top="21" + top="5" type="string"> Not connected to Facebook. </text> |