diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_my_friends.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_my_friends.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_my_friends.xml b/linden/indra/newview/skins/xui/en-us/floater_my_friends.xml new file mode 100644 index 0000000..50c69c6 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_my_friends.xml | |||
@@ -0,0 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="false" can_minimize="true" can_drag_on_left="false" can_tear_off="false" can_resize="true" height="390" min_height="240" min_width="365" name="floater_my_friends" | ||
3 | title="Contacts" | ||
4 | width="395"> | ||
5 | <tab_container bottom="10" height="360" tab_width="80" follows="left|right|top|bottom" left="0" name="friends_and_groups" tab_position="left" width="388"> | ||
6 | <panel label="Friends" filename="panel_friends.xml" bottom="0" left="0" width="370" name="friends_panel"/> | ||
7 | <panel label="Groups" filename="panel_groups.xml" bottom="0" left="0" width="370" name="groups_panel"/> | ||
8 | </tab_container> | ||
9 | </floater> | ||