summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml
blob: c06c6a86c38aff73d821350b25a88d2c0e3ba03e (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
   background_visible="true"
   bg_alpha_color="DkGray"
   border="false"
   follows="all"
   height="430"
   name="Outfit Gallery"
   layout="topleft"
   left="0"
   top="0"
   width="312">
  <string name="outfit_photo_string">
    Photo of "[OUTFIT_NAME]" outfit
  </string>
  <scroll_container
   border="true"
   bevel_style="none"
   follows="all"
   height="400"
   width="312"
   min_width="312"
   layout="topleft"
   left="4"
   top="0"
   name="gallery_scroll_panel"
   opaque="false"
   top_pad="0">
   <!--outfit_gallery_item
    layout="topleft"
    left="10"
    name="preview_outfit1"
    height="175"
    width="150"
    follows="left|top"/-->
     <!--layout_stack follows="left|right" height="180" width="498" layout="topleft" left="0" animate="false" top="0" name="top_gallery_stack" orientation="horizontal">
      <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top_gallery_panel">
        <outfit_gallery_item layout="topleft" left="10" name="preview_outfit1" height="175" width="150" follows="left|top"/>
      </layout_panel>
      <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top panel">
        <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/>
      </layout_panel>
      <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top panel">
        <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/>
      </layout_panel>
    </layout_stack>
    <layout_stack follows="left|right" height="180" width="498" layout="topleft" left="0" animate="false" top="190" name="top_gallery_stack" orientation="horizontal">
      <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top_gallery_panel">
        <outfit_gallery_item layout="topleft" left="10" name="preview_outfit1" height="175" width="150" follows="left|top"/>
      </layout_panel>
      <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top panel">
        <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/>
      </layout_panel>
      <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top panel">
        <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/>
      </layout_panel>
    </layout_stack>
     <layout_stack follows="left|right" height="180" width="498" layout="topleft" left="0" animate="false" top="380" name="top_gallery_stack" orientation="horizontal">
       <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top_gallery_panel">
         <outfit_gallery_item layout="topleft" left="10" name="preview_outfit1" height="175" width="150" follows="left|top"/>
       </layout_panel>
       <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top panel">
         <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/>
       </layout_panel>
       <layout_panel follows="left|top" height="175" width="166" layout="topleft" left="0" top="0" auto_resize="false" visible="true" name="top panel">
         <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/>
       </layout_panel>
     </layout_stack-->
    <!--</panel>-->
  </scroll_container>
  <panel
     background_visible="true"
	 follows="bottom|left|right"
	 height="28"
	 layout="topleft"
	 left="4"
	 top_pad="0"
	 visible="true"
	 name="bottom_panel"
	 width="312">
     <menu_button
       follows="bottom|left"
       tool_tip="Show additional options"
       height="25"
       image_hover_unselected="Toolbar_Left_Over"
       image_overlay="OptionsMenu_Off"
       image_selected="Toolbar_Left_Selected"
       image_unselected="Toolbar_Left_Off"
       layout="topleft"
       left="0"
       name="options_gear_btn"
       top="1"
       width="31" />
     <icon
       follows="bottom|left|right"
       height="25"
       image_name="Toolbar_Middle_Off"
       layout="topleft"
       left_pad="1"
       name="dummy_icon"
       width="243"/>
      <button
       follows="bottom|right"
       height="25"
       image_hover_unselected="Toolbar_Right_Over"
       image_overlay="TrashItem_Off"
       image_selected="Toolbar_Right_Selected"
       image_unselected="Toolbar_Right_Off"
       layout="topleft"
       left_pad="1"
       name="trash_btn"
       tool_tip="Delete selected outfit"
       width="31"/>
    </panel>
</panel>