summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_profile_overflow.xml
blob: d0128d1c9a09a4c2f986f568f97b2c048d08b3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 height="50"
 layout="topleft"
 mouse_opaque="false"
 name="profile_overflow_menu"
 width="120">
    <menu_item_call
     label="Pay"
     layout="topleft"
     name="pay">
        <menu_item_call.on_click
         function="Profile.Pay" />
    </menu_item_call>
    <menu_item_call
     label="Share"
     layout="topleft"
     name="share">
        <menu_item_call.on_click
         function="Profile.Share" />
    </menu_item_call>
</toggleable_menu>