/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
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <menu
- height="201"
- layout="topleft"
- left="100"
- mouse_opaque="false"
- name="hide_navbar_menu"
- top="624"
- visible="false"
- width="128">
- <menu_item_check
- label="Show Navigation & Favorites Bar"
- layout="topleft"
- name="ShowNavbarNavigationPanel">
- <on_click
- function="ToggleControl"
- parameter="ShowNavbarNavigationPanel" />
- <on_check
- function="CheckControl"
- parameter="ShowNavbarNavigationPanel" />
- </menu_item_check>
- <menu_item_check
- label="Show Mini-Location Bar"
- layout="topleft"
- name="ShowMiniLocationPanel">
- <on_click
- function="ToggleControl"
- parameter="ShowMiniLocationPanel" />
- <on_check
- function="CheckControl"
- parameter="ShowMiniLocationPanel" />
- </menu_item_check>
- </menu>