/indra/newview/skins/default/xui/en/panel_stand_stop_flying.xml
XML | 32 lines | 31 code | 0 blank | 1 comment | 0 complexity | b8db80f26a6039ab29a270f71f4dab5f MD5 | raw file
Possible License(s): LGPL-2.1
- <?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="true"
- width="133">
- <button
- follows="left|bottom"
- height="19"
- label="Stand"
- layout="topleft"
- left="10"
- name="stand_btn"
- tool_tip="Click here to stand up."
- top="2"
- visible="false"
- width="113" />
- <button
- follows="left|bottom"
- height="19"
- label="Stop Flying"
- layout="topleft"
- left="10"
- name="stop_fly_btn"
- tool_tip="Stop flying"
- top="2"
- visible="false"
- width="113" />
- </panel>