diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_destinations.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_destinations.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_destinations.xml b/indra/newview/skins/default/xui/en/floater_destinations.xml new file mode 100644 index 0000000000..373114a1eb --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_destinations.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + open_positioning="cascading" + ignore_ui_scale="false" + legacy_header_height="225" + can_minimize="true" + can_close="true" + user_resize="true" + can_resize="true" + min_height="230" + min_width="350" + height="230" + layout="topleft" + name="Destinations" + single_instance="true" + help_topic="destinations" + save_rect="true" + save_visibility="true" + title="DESTINATIONS" + width="840"> + <web_browser + top="25" + height="200" + width="840" + follows="all" + name="destination_guide_contents" + trusted_content="true"/> +</floater> |