/indra/newview/skins/default/xui/en/widgets/floater.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 27 lines · 26 code · 0 blank · 1 comment · 0 complexity · cafd12d13c43dd56e1eed2c5f68f05f3 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- See also settings.xml UIFloater* settings for configuration -->
  3. <floater
  4. name="floater"
  5. open_positioning="none"
  6. layout="topleft"
  7. bg_opaque_color="FloaterFocusBackgroundColor"
  8. bg_alpha_color="FloaterDefaultBackgroundColor"
  9. bg_opaque_image="Window_Foreground"
  10. bg_alpha_image="Window_Background"
  11. background_visible="true"
  12. background_opaque="false"
  13. header_height="25"
  14. close_image="Icon_Close_Foreground"
  15. restore_image="Icon_Restore_Foreground"
  16. minimize_image="Icon_Minimize_Foreground"
  17. tear_off_image="tearoffbox.tga"
  18. dock_image="Icon_Dock_Foreground"
  19. help_image="Icon_Help_Foreground"
  20. close_pressed_image="Icon_Close_Press"
  21. restore_pressed_image="Icon_Restore_Press"
  22. minimize_pressed_image="Icon_Minimize_Press"
  23. tear_off_pressed_image="tearoff_pressed.tga"
  24. dock_pressed_image="Icon_Dock_Press"
  25. help_pressed_image="Icon_Help_Press"
  26. focus_root="true"
  27. />