blob: 279a9869a896a5cdfb84664d1e00914580a48c8d (
plain)
1
2
3
4
5
6
|
<?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 name="panel_stand_stop_flying">
<button label="Stand" name="stand_btn" tool_tip="Click here to stand up."/>
<button label="Stop Flying" name="stop_fly_btn" tool_tip="Stop flying"/>
</panel>
|