Default Avatars button option added to Toolbar prefs. Adds debug setting ToolbarVisibleAvatar Hooks into "avatar_picker_url" login response on opensim. Also includes hooking up of DestinationGuideShown to startup, which was left unstaged from the initial commit of the Destination Guide.
27 lines
584 B
XML
27 lines
584 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater
|
|
positioning="cascading"
|
|
legacy_header_height="225"
|
|
can_minimize="true"
|
|
can_close="true"
|
|
can_resize="true"
|
|
min_height="230"
|
|
min_width="515"
|
|
height="220"
|
|
layout="topleft"
|
|
name="Avatar"
|
|
single_instance="true"
|
|
help_topic="avatar"
|
|
rect_control="FloaterAvatarRect"
|
|
control_name="ShowAvatarFloater"
|
|
title="Choose An Avatar"
|
|
width="700">
|
|
<web_browser
|
|
bottom="-220"
|
|
height="200"
|
|
width="700"
|
|
follows="all"
|
|
name="avatar_picker_contents"
|
|
trusted_content="true"/>
|
|
</floater>
|