PageRenderTime 104ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 91 lines | 91 code | 0 blank | 0 comment | 0 complexity | e24dff96e11c750f49c6be8f3f0c48ac 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_layout"
  8. help_topic="floater_test_layout"
  9. translate="false"
  10. width="500">
  11. <text
  12. type="string"
  13. length="1"
  14. height="16"
  15. layout="topleft"
  16. left="10"
  17. top="84"
  18. width="200">
  19. bottom 400 left 10
  20. </text>
  21. <text
  22. type="string"
  23. length="1"
  24. height="16"
  25. layout="topleft"
  26. left_delta="0"
  27. top_pad="4"
  28. width="200">
  29. Bottom delta -20
  30. </text>
  31. <text
  32. type="string"
  33. length="1"
  34. height="16"
  35. layout="topleft"
  36. left_delta="0"
  37. top_pad="64"
  38. width="200">
  39. bottom 300 left 10, should delta_bottom
  40. </text>
  41. <text
  42. type="string"
  43. length="1"
  44. height="16"
  45. layout="topleft"
  46. left_pad="40"
  47. top_delta="0"
  48. width="200">
  49. bottom 300 left 250, should delta_left
  50. </text>
  51. <text
  52. type="string"
  53. length="1"
  54. height="16"
  55. layout="topleft"
  56. left="10"
  57. top="204"
  58. width="200">
  59. bottom 280 left 10, should absolute position
  60. </text>
  61. <text
  62. type="string"
  63. length="1"
  64. height="16"
  65. layout="topleft"
  66. left_pad="40"
  67. top_delta="-2"
  68. width="200">
  69. bottom 282 left 250, should delta_left and delta_bottom
  70. </text>
  71. <text
  72. type="string"
  73. length="1"
  74. height="16"
  75. layout="topleft"
  76. left="10"
  77. top="234"
  78. width="200">
  79. bottom 250 left 10, should absolute position
  80. </text>
  81. <text
  82. type="string"
  83. length="1"
  84. height="16"
  85. layout="topleft"
  86. left="250"
  87. top="244"
  88. width="200">
  89. bottom 240 left 250, should absolute position
  90. </text>
  91. </floater>