PageRenderTime 26ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 21 lines | 21 code | 0 blank | 0 comment | 0 complexity | 443b5768b0257a4b120cb14bed75d7fd MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <hint_popup
  3. name="hint"
  4. background_opaque="true"
  5. background_visible="true"
  6. chrome="true"
  7. layout="topleft"
  8. bg_opaque_image="hint_background"
  9. distance="24"
  10. left_arrow="hint_arrow_left"
  11. up_arrow="hint_arrow_up"
  12. right_arrow="hint_arrow_right"
  13. down_arrow="hint_arrow_down"
  14. lower_left_arrow="hint_arrow_lower_left"
  15. left_arrow_offset="3"
  16. up_arrow_offset="-2"
  17. right_arrow_offset="-3"
  18. down_arrow_offset="5"
  19. fade_in_time="0.2"
  20. fade_out_time="0.3">
  21. </hint_popup>