Add a (hidden) destinations button to opensim/bin/ViewerSupport/panel_toolbar.xml example.

This commit is contained in:
Inusaito Sayori
2014-11-07 16:03:31 -05:00
parent 3bc9010a4f
commit ba04195ede
@@ -5,6 +5,11 @@
<string name="IM">1 IM</string>
<panel bottom="0" filename="panel_bg_toolbar.xml" height="28" left="0" width="1024"/>
<layout_stack name="toolbar_stack" follows="left|right|bottom|top" bottom="2" left="1" width="1022" height="26" min_width="200" orientation="horizontal" border_size="0">
<layout_panel name="paneldestinations" height="24" width="50" user_resize="false" visible="false">
<button bottom="0" height="24" label="Destinations" name="destinations_btn" image_overlay="icn_toolbar_destinations.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" width="50" follows="left|right">
<button.commit_callback function="ShowFloater" parameter="destinations"/>
</button>
</layout_panel>
<layout_panel name="panelcameracontrols" height="24" width="50" user_resize="false">
<button bottom="0" height="24" label="Camera Controls" name="camera_controls_btn" image_overlay="icn_toolbar_camera_controls.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" width="50" follows="left|right">
<button.commit_callback function="ShowFloater" parameter="camera controls"/>