PageRenderTime 41ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/panel_stand_stop_flying.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 32 lines | 31 code | 0 blank | 1 comment | 0 complexity | b8db80f26a6039ab29a270f71f4dab5f MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- Width and height of this panel should be synchronized with "panel_modes" in the floater_moveview.xml-->
  3. <panel
  4. height="25"
  5. layout="topleft"
  6. name="panel_stand_stop_flying"
  7. mouse_opaque="false"
  8. visible="true"
  9. width="133">
  10. <button
  11. follows="left|bottom"
  12. height="19"
  13. label="Stand"
  14. layout="topleft"
  15. left="10"
  16. name="stand_btn"
  17. tool_tip="Click here to stand up."
  18. top="2"
  19. visible="false"
  20. width="113" />
  21. <button
  22. follows="left|bottom"
  23. height="19"
  24. label="Stop Flying"
  25. layout="topleft"
  26. left="10"
  27. name="stop_fly_btn"
  28. tool_tip="Stop flying"
  29. top="2"
  30. visible="false"
  31. width="113" />
  32. </panel>