summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_navigation_bar.xml
blob: 95787c16c51fbb7904deda398b04b96ef79f3312 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 background_opaque="false"
 background_visible="false"
 bg_opaque_color="MouseGray"
 follows="left|top|right"
 height="34"
 layout="topleft"
 name="navigation_bar"
 chrome="true"
 width="800">
	<icon
	 follows="all"
	 image_name="NavBar_BG"
	 mouse_opaque="false"
	 name="bg_icon"
	 scale_image="true"
	 visible="false"
	 left="0"
	 top="0"
	 height="34"
	 width="800"/>
	<icon
	 follows="all"
	 image_name="NavBar_BG_NoFav_Bevel"
	 mouse_opaque="false"
	 name="bg_icon_no_fav_bevel"
	 scale_image="true"
	 visible="true"
	 left="0"
	 top="0"
	 height="34"
	 width="800"/>
	<icon
	 follows="all"
	 image_name="NavBar_BG_NoNav_Bevel"
	 mouse_opaque="false"
	 name="bg_icon_no_nav_bevel"
	 scale_image="true"
	 visible="false"
	 left="0"
	 top="0"
	 height="34"
	 width="800"/>
  <icon
    follows="all"
    image_name="NavBar Separator"
    mouse_opaque="false"
    name="separator_image"
    scale_image="true"
    left="0"
    top="0"
    width="800"
    height="2"/>
	 <layout_stack
       follows="all"
       height="34"
       layout="topleft"
       border_size="0"
       resize_bar_overlap="3"
       left="0"
       mouse_opaque="false"
       name="nvp_stack"
       orientation="horizontal"
       top="0"
       width="800">
         <layout_panel
           follows="top|left"
           layout="topleft"
           auto_resize="true"
           user_resize="true"
           min_width="410"
           name="navigation_layout_panel"
           width="480">
	        <panel
	         background_visible="false"
	         follows="left|top|right"
	         top="3"
	         height="23"
	         layout="topleft"
                       left="0"
	         name="navigation_panel"
             width="480">
	         <pull_button
	         follows="left|top"
	         direction="down"
	         height="23"
	         image_overlay="Arrow_Left_Off"
	         image_hover_unselected="PushButton_Over"
	         image_bottom_pad="1"
	         layout="topleft"
	         left="10"
	         name="back_btn"
	         tool_tip="Go back to previous location"
	         top="2"
	         width="31" />
	        <pull_button
	         follows="left|top"
	         direction="down"
	         height="23"
	         image_overlay="Arrow_Right_Off"
	         image_hover_unselected="PushButton_Over"
	         image_bottom_pad="1"
	         layout="topleft"
	         left_pad="0"
	         name="forward_btn"
	         tool_tip="Go forward one location"
	         top_delta="0"
	         width="31" />
	        <button
	         follows="left|top"
	         height="23"
	         image_bottom_pad="1"
	         image_overlay="Home_Off"
	         image_hover_unselected="PushButton_Over"
	         layout="topleft"
	         left_pad="7"
	         name="home_btn"
	         tool_tip="Teleport to my home location"
	         top_delta="0"
	         width="32" />
	        <location_input
                       follows="all"
	         halign="right"
	         height="23"
	         label="Location"
	         layout="topleft"
	         left_pad="7"
	         max_chars="254"
	         mouse_opaque="false"
	         name="location_combo"
	         top_delta="0"
                width="355">
             <combo_list
             mouse_wheel_opaque="true"/>
	        </location_input>
         </panel>
          <icon
             follows="top|right"
             height="25"
             image_name="ChatBarHandle"
             layout="topleft"
             left="-3"
             name="resize_handle"
             top="4"
             width="5" />
        </layout_panel>
         <layout_panel
           follows="top|left"
	         layout="topleft"
           auto_resize="true"
           user_resize="true"
           min_width="342"
           name="favorites_layout_panel"
           width="342">
           <icon
             follows="top|left"
             height="25"
             image_name="ChatBarHandle"
             layout="topleft"
             left="-345"
             name="resize_handle"
             top="4"
             width="5" />
           <button
             height="23"
             width="32"
             layout="topleft"
             mouse_opaque="true"
             follows="left|top"
             name="landmarks_btn"
             tool_tip="My Landmarks"
             top_delta="1"
             left_pad="8"
             scale_image="false"
             image_overlay="Landmarks_overlay"
             image_hover_unselected="PushButton_Over">
           </button>
           <favorites_bar
             follows="left|right|top"
             font="SansSerifSmall"
             height="20"
             layout="topleft"
             left_pad="0"
             top="4"
             name="favorite"
             image_drag_indication="Accordion_ArrowOpened_Off"
             tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
             width="310">
            <label
             follows="left|top"
             height="13"
             layout="topleft"
             left="10"
             name="favorites_bar_label"
             text_color="LtGray"
             tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
             top="13"
	     valign="bottom"
             width="290">
              Places you save to your favorites bar will appear here.
            </label>
              <!-- More button actually is a text box. -->
              <more_button
                follows="left|bottom"
                name=">>"
                tab_stop="false"
                tool_tip="Show more of My Favorites"
                top="13"
                width="50"
                bottom="0"
                valign="bottom">
                More &#9660;
                </more_button>
         </favorites_bar>
         </layout_panel>
     
     </layout_stack>
</panel>