summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_hide_navbar.xml
blob: a175b3103fa40a4ca87c23f7c3d4b99c5fcc85a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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 Bar"
         layout="topleft"
         name="ShowNavbarNavigationPanel">
           <menu_item_check.on_click
             function="ToggleControl"
             parameter="ShowNavbarNavigationPanel" /> 
             <menu_item_check.on_check
             function="CheckControl"
             parameter="ShowNavbarNavigationPanel" />
    </menu_item_check>
    <menu_item_check
         label="Show Favorites Bar"
         layout="topleft"
         name="ShowNavbarFavoritesPanel">
           <menu_item_check.on_click
             function="ToggleControl"
             parameter="ShowNavbarFavoritesPanel" /> 
             <menu_item_check.on_check
             function="CheckControl"
             parameter="ShowNavbarFavoritesPanel" />
    </menu_item_check>
</menu>