summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_people.xml
blob: 41149bfe1b7c229a9e532c8b63cfdca4b263ac05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<floater
  positioning="cascading"
  can_close="true"
  can_resize="true"
  height="570"
  help_topic="sidebar_people"
  min_height="220"
  min_width="260"
  layout="topleft"
  name="floater_people"
  save_rect="true"
  single_instance="true"
  reuse_instance="true"
  title="PEOPLE"
  width="370">
    <panel_container
      default_panel_name="panel_people"
      follows="all"
      height="570"
      name="main_panel"
      width="370">
      <panel
        class="panel_people"
        name="panel_people"
        filename="panel_people.xml"/>
      <panel
        class="panel_group_info_sidetray"
        name="panel_group_info_sidetray"
        filename="panel_group_info_sidetray.xml"
        label="Group Profile"
        font="SansSerifBold"/>
      <panel
        class="panel_group_creation_sidetray"
        name="panel_group_creation_sidetray"
        filename="panel_group_creation_sidetray.xml"
        label="Create Group"
        font="SansSerifBold"/>
    </panel_container>
</floater>