PageRenderTime 41ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 1ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 62 lines | 62 code | 0 blank | 0 comment | 0 complexity | 913c13a288d484f6fb27abf074a75a47 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. can_resize="true"
  5. height="500"
  6. layout="topleft"
  7. name="floater_test_toolbar"
  8. translate="false"
  9. width="500">
  10. <toolbar name="test_toolbar_top"
  11. button_display_mode="icons_with_text"
  12. follows="left|right|top"
  13. height="50"
  14. width="500"
  15. left="0"
  16. top="20"
  17. min_button_width="0"
  18. max_button_width="100"
  19. side="top">
  20. <command name="avatar"/>
  21. <command name="build"/>
  22. <command name="chat"/>
  23. </toolbar>
  24. <toolbar name="test_toolbar_left"
  25. button_display_mode="icons_with_text"
  26. follows="left|bottom|top"
  27. height="380"
  28. width="200"
  29. left="0"
  30. top="70"
  31. min_button_width="100"
  32. side="left">
  33. <command name="avatar"/>
  34. <command name="build"/>
  35. <command name="chat"/>
  36. </toolbar>
  37. <toolbar name="test_toolbar_right"
  38. button_display_mode="icons_with_text"
  39. follows="right|bottom|top"
  40. height="380"
  41. width="200"
  42. right="500"
  43. top="70"
  44. side="right">
  45. <command name="avatar"/>
  46. <command name="build"/>
  47. <command name="chat"/>
  48. </toolbar>
  49. <toolbar name="test_toolbar_bottom"
  50. button_display_mode="icons_with_text"
  51. follows="left|right|bottom"
  52. height="50"
  53. width="500"
  54. left="0"
  55. bottom="500"
  56. min_button_width="100"
  57. side="bottom">
  58. <command name="avatar"/>
  59. <command name="build"/>
  60. <command name="chat"/>
  61. </toolbar>
  62. </floater>