Muscle Memory fix, move Share to the bottom of the inventory menu.

This commit is contained in:
Inusaito Sayori
2014-10-18 14:40:59 -04:00
parent fad498cfb8
commit 0d300776ca

View File

@@ -1,14 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu bottom="100" color="MenuDefaultBgColor" drop_shadow="true" height="101" left="100"
mouse_opaque="false" name="Popup" opaque="true" width="128">
<menu_item_call
label="Share"
layout="topleft"
name="Share"
visible="true">
<menu_item_call.on_click
function="Inventory.Share" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Buy" left="0" mouse_opaque="true"
name="Task Buy" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="task_buy" />
@@ -362,6 +354,9 @@
name="Marketplace Send" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="send_to_marketplace" />
</menu_item_call>
<menu_item_call label="Share" name="Share">
<menu_item_call.on_click function="Inventory.Share"/>
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="--no options--" left="0"
mouse_opaque="true" name="--no options--" width="128" />
<!--menu_item_separator name="Wearable Separator" -->