diff options
author | NiranV <NiranV.Dean@googlemail.com> | 2014-07-25 08:08:20 +0200 |
---|---|---|
committer | NiranV <NiranV.Dean@googlemail.com> | 2014-07-25 08:08:20 +0200 |
commit | 03361678a6ca109e4ef479c148d36f6d157e8e5a (patch) | |
tree | 27ffc39d7217daf7f2a1a48949de3f127d5c4920 /indra/newview/skins/default/xui/en/panel_facebook_friends.xml | |
parent | 532433674c9553636af9ea8d433b9da6d6fae587 (diff) |
Changed: Facebook floater layout.
Changed: Facebook floater size.
Changed: Aligned all widgets to an unified layout, keep 10 pixels left/right and so on.
Removed: Account tab and moved it into Status tab.
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 | 21 |
1 files changed, 11 insertions, 10 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..6ec85eb247 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"> @@ -11,15 +11,15 @@ 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." /> <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> |