PageRenderTime 31ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 40 lines | 39 code | 1 blank | 0 comment | 0 complexity | 9d9308683fb1050802e9115eb63e9ea9 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater
  3. legacy_header_height="18"
  4. bevel_style="in"
  5. layout="topleft"
  6. name="sys_well_window"
  7. help_topic="notification_chiclet"
  8. save_rect="true"
  9. title="NOTIFICATIONS"
  10. width="320"
  11. min_width="320"
  12. height="23"
  13. can_minimize="false"
  14. can_tear_off="false"
  15. can_resize="true"
  16. can_drag_on_left="false"
  17. can_dock="true"
  18. save_dock_state="true"
  19. save_visibility="true"
  20. single_instance="true"
  21. >
  22. <string
  23. name="title_im_well_window">
  24. CONVERSATIONS
  25. </string>
  26. <string
  27. name="title_notification_well_window">
  28. NOTIFICATIONS
  29. </string>
  30. <flat_list_view
  31. color="FloaterDefaultBackgroundColor"
  32. follows="all"
  33. layout="topleft"
  34. name="notification_list"
  35. left="1"
  36. top="20"
  37. height="0"
  38. width="318"/>
  39. </floater>