/indra/newview/skins/default/xui/en/floater_destinations.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 28 lines · 28 code · 0 blank · 0 comment · 0 complexity · 6bf7c85274cf07e68191821affa0018d MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. open_positioning="cascading"
  4. ignore_ui_scale="false"
  5. legacy_header_height="225"
  6. can_minimize="true"
  7. can_close="true"
  8. user_resize="true"
  9. can_resize="true"
  10. min_height="230"
  11. min_width="350"
  12. height="230"
  13. layout="topleft"
  14. name="Destinations"
  15. single_instance="true"
  16. help_topic="destinations"
  17. save_rect="true"
  18. save_visibility="true"
  19. title="DESTINATIONS"
  20. width="840">
  21. <web_browser
  22. top="25"
  23. height="200"
  24. width="840"
  25. follows="all"
  26. name="destination_guide_contents"
  27. trusted_content="true"/>
  28. </floater>