Updated FUI toolbar buttons and corresponding floaters including:
* About land * Appearance * Gestures * Inventory * Map * Nearby voice * Snapshotmeow-7.2.2
parent
63b357758e
commit
4eecfd4fae
|
|
@ -96,9 +96,9 @@
|
|||
label_ref="Command_Inventory_Label"
|
||||
tooltip_ref="Command_Inventory_Tooltip"
|
||||
execute_function="Floater.ToolbarToggle"
|
||||
execute_parameters="inventory"
|
||||
execute_parameters="my_inventory"
|
||||
is_running_function="Floater.IsOpen"
|
||||
is_running_parameters="inventory"
|
||||
is_running_parameters="my_inventory"
|
||||
/>
|
||||
<command name="map"
|
||||
available_in_toybox="true"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
name="floaterland"
|
||||
help_topic="floaterland"
|
||||
save_rect="true"
|
||||
title="ABOUT LAND"
|
||||
title="About land"
|
||||
width="490">
|
||||
<floater.string
|
||||
name="maturity_icon_general">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
height="465"
|
||||
name="gestures"
|
||||
help_topic="gestures"
|
||||
title="GESTURES"
|
||||
title="Gestures"
|
||||
background_visible="true"
|
||||
follows="all"
|
||||
label="Places"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,10 @@
|
|||
height="588"
|
||||
layout="topleft"
|
||||
name="floater_my_appearance"
|
||||
help_topic="appearance"
|
||||
save_rect="true"
|
||||
single_instance="true"
|
||||
title="MY APPEARANCE"
|
||||
title="Appearance"
|
||||
width="333">
|
||||
<panel
|
||||
top="18"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
name="floater_my_inventory"
|
||||
save_rect="true"
|
||||
save_visibility="true"
|
||||
title="My Inventory"
|
||||
title="Inventory"
|
||||
width="333" >
|
||||
<panel
|
||||
class="sidepanel_inventory"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater
|
||||
legacy_header_height="18"
|
||||
can_minimize="false"
|
||||
can_minimize="true"
|
||||
can_close="true"
|
||||
follows="left|top"
|
||||
height="520"
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
help_topic="snapshot"
|
||||
save_rect="true"
|
||||
save_visibility="true"
|
||||
title="SNAPSHOT PREVIEW"
|
||||
title="Snapshot preview"
|
||||
width="245">
|
||||
<floater.string
|
||||
name="unknown">
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
<floater
|
||||
can_resize="true"
|
||||
can_minimize="true"
|
||||
can_close="false"
|
||||
can_close="true"
|
||||
height="205"
|
||||
layout="topleft"
|
||||
min_height="124"
|
||||
min_width="190"
|
||||
name="floater_voice_controls"
|
||||
help_topic="floater_voice_controls"
|
||||
title="Voice Controls"
|
||||
title="Voice controls"
|
||||
save_dock_state="true"
|
||||
save_visibility="true"
|
||||
save_rect="true"
|
||||
|
|
@ -17,15 +17,15 @@
|
|||
width="282">
|
||||
<string
|
||||
name="title_nearby">
|
||||
NEARBY VOICE
|
||||
Nearby voice
|
||||
</string>
|
||||
<string
|
||||
name="title_group">
|
||||
Group Call with [GROUP]
|
||||
Group call with [GROUP]
|
||||
</string>
|
||||
<string
|
||||
name="title_adhoc">
|
||||
Conference Call
|
||||
Conference call
|
||||
</string>
|
||||
<string
|
||||
name="title_peer_2_peer">
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
save_rect="true"
|
||||
save_visibility="true"
|
||||
single_instance="true"
|
||||
title="WORLD MAP"
|
||||
title="World map"
|
||||
width="650">
|
||||
<panel
|
||||
filename="panel_world_map.xml"
|
||||
|
|
|
|||
|
|
@ -93,10 +93,10 @@
|
|||
label=""
|
||||
height="200"
|
||||
width="330">
|
||||
<string name="InboxLabelWithArg">Received Items ([NUM])</string>
|
||||
<string name="InboxLabelNoArg">Received Items</string>
|
||||
<string name="InboxLabelWithArg">Received items ([NUM])</string>
|
||||
<string name="InboxLabelNoArg">Received items</string>
|
||||
<button
|
||||
label="Received Items"
|
||||
label="Received items"
|
||||
font="SansSerifMedium"
|
||||
name="inbox_btn"
|
||||
height="35"
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
halign="right"
|
||||
top_pad="0"
|
||||
width="300">
|
||||
[NUM] New
|
||||
[NUM] new
|
||||
</text>
|
||||
<panel
|
||||
follows="all"
|
||||
|
|
@ -175,10 +175,10 @@
|
|||
label=""
|
||||
height="200"
|
||||
width="330">
|
||||
<string name="OutboxLabelWithArg">Merchant Outbox ([NUM])</string>
|
||||
<string name="OutboxLabelNoArg">Merchant Outbox</string>
|
||||
<string name="OutboxLabelWithArg">Merchant outbox ([NUM])</string>
|
||||
<string name="OutboxLabelNoArg">Merchant outbox</string>
|
||||
<button
|
||||
label="Merchant Outbox"
|
||||
label="Merchant outbox"
|
||||
font="SansSerifMedium"
|
||||
name="outbox_btn"
|
||||
height="35"
|
||||
|
|
|
|||
Loading…
Reference in New Issue