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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 19 lines · 15 code · 0 blank · 4 comment · 0 complexity · e9667b7ba424af8f11866084419037ca MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!--
  3. Not can_close / no title to avoid window chrome
  4. Single instance - only have one at a time, recycle it each spawn
  5. -->
  6. <floater
  7. legacy_header_height="25"
  8. bevel_style="in"
  9. bg_opaque_image="Inspector_Background"
  10. can_close="false"
  11. can_minimize="false"
  12. height="148"
  13. layout="topleft"
  14. name="inspect_toast"
  15. single_instance="true"
  16. sound_flags="0"
  17. visible="true"
  18. width="228">
  19. </floater>