summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_stand_stop_flying.xml
blob: 445c9cc28879fe2ba8b83a6b0c4420fad81a4513 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Width and height of this panel should be synchronized with "panel_modes" in the floater_moveview.xml-->
<panel
 height="25"
 layout="topleft"
 name="panel_stand_stop_flying"
 mouse_opaque="false" 
 visible="false" 
 width="115">
    <button
     follows="left|bottom"
     height="20"
     label="Stand"
     layout="topleft"
     name="stand_btn"
     tool_tip="Click here to stand up."
     top="2"
     width="115" />
    <button
     follows="left|bottom"
     height="20"
     label="Stop Flying"
     layout="topleft"
     name="stop_fly_btn"
     tool_tip="Stop Flying"
     top="2"
     width="115" />
</panel>