Skip to content
Snippets Groups Projects
Commit 4eecfd4f authored by Leslie Linden's avatar Leslie Linden
Browse files

Updated FUI toolbar buttons and corresponding floaters including:

 * About land
 * Appearance
 * Gestures
 * Inventory
 * Map
 * Nearby voice
 * Snapshot
parent 63b35775
No related branches found
No related tags found
No related merge requests found
...@@ -96,9 +96,9 @@ ...@@ -96,9 +96,9 @@
label_ref="Command_Inventory_Label" label_ref="Command_Inventory_Label"
tooltip_ref="Command_Inventory_Tooltip" tooltip_ref="Command_Inventory_Tooltip"
execute_function="Floater.ToolbarToggle" execute_function="Floater.ToolbarToggle"
execute_parameters="inventory" execute_parameters="my_inventory"
is_running_function="Floater.IsOpen" is_running_function="Floater.IsOpen"
is_running_parameters="inventory" is_running_parameters="my_inventory"
/> />
<command name="map" <command name="map"
available_in_toybox="true" available_in_toybox="true"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
name="floaterland" name="floaterland"
help_topic="floaterland" help_topic="floaterland"
save_rect="true" save_rect="true"
title="ABOUT LAND" title="About land"
width="490"> width="490">
<floater.string <floater.string
name="maturity_icon_general"> name="maturity_icon_general">
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
height="465" height="465"
name="gestures" name="gestures"
help_topic="gestures" help_topic="gestures"
title="GESTURES" title="Gestures"
background_visible="true" background_visible="true"
follows="all" follows="all"
label="Places" label="Places"
......
...@@ -6,9 +6,10 @@ ...@@ -6,9 +6,10 @@
height="588" height="588"
layout="topleft" layout="topleft"
name="floater_my_appearance" name="floater_my_appearance"
help_topic="appearance"
save_rect="true" save_rect="true"
single_instance="true" single_instance="true"
title="MY APPEARANCE" title="Appearance"
width="333"> width="333">
<panel <panel
top="18" top="18"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
name="floater_my_inventory" name="floater_my_inventory"
save_rect="true" save_rect="true"
save_visibility="true" save_visibility="true"
title="My Inventory" title="Inventory"
width="333" > width="333" >
<panel <panel
class="sidepanel_inventory" class="sidepanel_inventory"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater <floater
legacy_header_height="18" legacy_header_height="18"
can_minimize="false" can_minimize="true"
can_close="true" can_close="true"
follows="left|top" follows="left|top"
height="520" height="520"
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
help_topic="snapshot" help_topic="snapshot"
save_rect="true" save_rect="true"
save_visibility="true" save_visibility="true"
title="SNAPSHOT PREVIEW" title="Snapshot preview"
width="245"> width="245">
<floater.string <floater.string
name="unknown"> name="unknown">
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
<floater <floater
can_resize="true" can_resize="true"
can_minimize="true" can_minimize="true"
can_close="false" can_close="true"
height="205" height="205"
layout="topleft" layout="topleft"
min_height="124" min_height="124"
min_width="190" min_width="190"
name="floater_voice_controls" name="floater_voice_controls"
help_topic="floater_voice_controls" help_topic="floater_voice_controls"
title="Voice Controls" title="Voice controls"
save_dock_state="true" save_dock_state="true"
save_visibility="true" save_visibility="true"
save_rect="true" save_rect="true"
...@@ -17,15 +17,15 @@ ...@@ -17,15 +17,15 @@
width="282"> width="282">
<string <string
name="title_nearby"> name="title_nearby">
NEARBY VOICE Nearby voice
</string> </string>
<string <string
name="title_group"> name="title_group">
Group Call with [GROUP] Group call with [GROUP]
</string> </string>
<string <string
name="title_adhoc"> name="title_adhoc">
Conference Call Conference call
</string> </string>
<string <string
name="title_peer_2_peer"> name="title_peer_2_peer">
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
save_rect="true" save_rect="true"
save_visibility="true" save_visibility="true"
single_instance="true" single_instance="true"
title="WORLD MAP" title="World map"
width="650"> width="650">
<panel <panel
filename="panel_world_map.xml" filename="panel_world_map.xml"
......
...@@ -93,10 +93,10 @@ ...@@ -93,10 +93,10 @@
label="" label=""
height="200" height="200"
width="330"> width="330">
<string name="InboxLabelWithArg">Received Items ([NUM])</string> <string name="InboxLabelWithArg">Received items ([NUM])</string>
<string name="InboxLabelNoArg">Received Items</string> <string name="InboxLabelNoArg">Received items</string>
<button <button
label="Received Items" label="Received items"
font="SansSerifMedium" font="SansSerifMedium"
name="inbox_btn" name="inbox_btn"
height="35" height="35"
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
halign="right" halign="right"
top_pad="0" top_pad="0"
width="300"> width="300">
[NUM] New [NUM] new
</text> </text>
<panel <panel
follows="all" follows="all"
...@@ -175,10 +175,10 @@ ...@@ -175,10 +175,10 @@
label="" label=""
height="200" height="200"
width="330"> width="330">
<string name="OutboxLabelWithArg">Merchant Outbox ([NUM])</string> <string name="OutboxLabelWithArg">Merchant outbox ([NUM])</string>
<string name="OutboxLabelNoArg">Merchant Outbox</string> <string name="OutboxLabelNoArg">Merchant outbox</string>
<button <button
label="Merchant Outbox" label="Merchant outbox"
font="SansSerifMedium" font="SansSerifMedium"
name="outbox_btn" name="outbox_btn"
height="35" height="35"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment