PageRenderTime 116ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 33 lines | 33 code | 0 blank | 0 comment | 0 complexity | c228f09ff69ba057b2d878e413365640 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <menu
  3. height="201"
  4. layout="topleft"
  5. left="100"
  6. mouse_opaque="false"
  7. name="hide_navbar_menu"
  8. top="624"
  9. visible="false"
  10. width="128">
  11. <menu_item_check
  12. label="Show Navigation &amp; Favorites Bar"
  13. layout="topleft"
  14. name="ShowNavbarNavigationPanel">
  15. <on_click
  16. function="ToggleControl"
  17. parameter="ShowNavbarNavigationPanel" />
  18. <on_check
  19. function="CheckControl"
  20. parameter="ShowNavbarNavigationPanel" />
  21. </menu_item_check>
  22. <menu_item_check
  23. label="Show Mini-Location Bar"
  24. layout="topleft"
  25. name="ShowMiniLocationPanel">
  26. <on_click
  27. function="ToggleControl"
  28. parameter="ShowMiniLocationPanel" />
  29. <on_check
  30. function="CheckControl"
  31. parameter="ShowMiniLocationPanel" />
  32. </menu_item_check>
  33. </menu>