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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 124 lines | 124 code | 0 blank | 0 comment | 0 complexity | 6e93dffc563c83502be64a678e5b4519 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="157"
  4. layout="topleft"
  5. left="0"
  6. name="LLScrollingPanelParam"
  7. top="152"
  8. width="290">
  9. <text
  10. follows="left|top"
  11. height="16"
  12. layout="topleft"
  13. left="12"
  14. name="min param text"
  15. text_color="White"
  16. font_shadow="hard"
  17. top="120"
  18. width="120" />
  19. <text
  20. follows="left|top"
  21. height="16"
  22. layout="topleft"
  23. left="155"
  24. name="max param text"
  25. text_color="White"
  26. font_shadow="hard"
  27. top_delta="0"
  28. width="120" />
  29. <text
  30. type="string"
  31. length="1"
  32. follows="left|top"
  33. height="16"
  34. layout="topleft"
  35. left="12"
  36. name="Loading..."
  37. top="11"
  38. width="128">
  39. Loading...
  40. </text>
  41. <text
  42. type="string"
  43. length="1"
  44. follows="left|top"
  45. height="16"
  46. layout="topleft"
  47. left="155"
  48. name="Loading...2"
  49. top_delta="0"
  50. width="128">
  51. Loading...
  52. </text>
  53. <view_border
  54. layout="topleft"
  55. follows="left|top"
  56. left="7"
  57. top="5"
  58. width="132"
  59. height="132"
  60. thickness="2"
  61. shadow_light_color="0.3 0.3 0.3 1"
  62. highlight_light_color="0.3 0.3 0.3 1"
  63. highlight_dark_color="0.3 0.3 0.3 1"
  64. shadow_dark_color="0.3 0.3 0.3 1"
  65. bevel_style="in"
  66. name="left_border"
  67. />
  68. <view_border
  69. layout="topleft"
  70. follows="left|top"
  71. left_pad="10"
  72. top_delta="0"
  73. width="132"
  74. height="132"
  75. thickness="2"
  76. shadow_light_color="0.3 0.3 0.3 1"
  77. highlight_light_color="0.3 0.3 0.3 1"
  78. highlight_dark_color="0.3 0.3 0.3 1"
  79. shadow_dark_color="0.3 0.3 0.3 1"
  80. bevel_style="in"
  81. name="right_border"
  82. />
  83. <button
  84. enabled="false"
  85. height="132"
  86. image_disabled="PushButton_Disabled"
  87. image_disabled_selected="PushButton_Disabled_Selected"
  88. image_selected="PushButton_Selected"
  89. image_unselected="PushButton_Off"
  90. layout="topleft"
  91. left="7"
  92. name="less"
  93. tab_stop="false"
  94. top="5"
  95. width="132" />
  96. <button
  97. enabled="false"
  98. height="132"
  99. image_disabled="PushButton_Disabled"
  100. image_disabled_selected="PushButton_Disabled_Selected"
  101. image_selected="PushButton_Selected"
  102. image_unselected="PushButton_Off"
  103. layout="topleft"
  104. left_pad="10"
  105. name="more"
  106. tab_stop="false"
  107. top_delta="0"
  108. width="132" />
  109. <slider
  110. can_edit_text="true"
  111. decimal_digits="0"
  112. enabled="false"
  113. height="16"
  114. increment="1"
  115. initial_value="0"
  116. label="[DESC]"
  117. layout="bottom|left"
  118. left="6"
  119. max_val="100"
  120. name="param slider"
  121. bottom="1"
  122. width="274"
  123. slider_label.font.style="BOLD" />
  124. </panel>