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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 140 lines · 140 code · 0 blank · 0 comment · 0 complexity · d0d84b8b6740754db098d23f7e822b78 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="left|bottom|right|top"
  4. height="768"
  5. layout="topleft"
  6. left="0"
  7. name="login_progress_panel"
  8. top="768"
  9. width="1024">
  10. <layout_stack
  11. follows="left|right|top|bottom"
  12. height="768"
  13. layout="topleft"
  14. left="0"
  15. name="horizontal_centering"
  16. orientation="horizontal"
  17. top="0"
  18. width="1024">
  19. <layout_panel
  20. layout="topleft"
  21. min_width="10"
  22. name="left"
  23. width="150" />
  24. <layout_panel
  25. height="768"
  26. layout="topleft"
  27. min_width="670"
  28. name="center"
  29. width="670">
  30. <layout_stack
  31. follows="left|right|top|bottom"
  32. height="768"
  33. layout="topleft"
  34. left="0"
  35. orientation="vertical"
  36. name="vertical_centering"
  37. top="0"
  38. width="670">
  39. <layout_panel
  40. height="200"
  41. layout="topleft"
  42. min_height="10"
  43. name="panel3"
  44. width="670" />
  45. <layout_panel
  46. auto_resize="false"
  47. height="250"
  48. layout="topleft"
  49. min_height="250"
  50. name="panel4"
  51. width="670">
  52. <icon
  53. color="LoginProgressBoxCenterColor"
  54. follows="left|right|bottom|top"
  55. height="250"
  56. image_name="Rounded_Square"
  57. layout="topleft"
  58. left="0"
  59. top="0"
  60. width="670" />
  61. <text
  62. follows="left|right|top"
  63. font="SansSerifHuge"
  64. font_shadow="none"
  65. halign="left"
  66. height="20"
  67. layout="topleft"
  68. left_delta="47"
  69. name="title_text"
  70. text_color="LoginProgressBoxTextColor"
  71. top_delta="50"
  72. right="-47"/>
  73. <text
  74. follows="left|right|top"
  75. font="SansSerif"
  76. font_shadow="none"
  77. halign="left"
  78. height="20"
  79. layout="topleft"
  80. left_delta="0"
  81. name="progress_text"
  82. text_color="LoginProgressBoxTextColor"
  83. top_pad="5"
  84. right="-47"
  85. word_wrap="true"/>
  86. <progress_bar
  87. bottom="115"
  88. color_bar="1 1 1 0.96"
  89. follows="left|right|top"
  90. height="16"
  91. layout="topleft"
  92. left="45"
  93. name="login_progress_bar"
  94. right="-45" />
  95. <text
  96. follows="left|right|top|bottom"
  97. font="SansSerifLarge"
  98. font_shadow="none"
  99. halign="left"
  100. height="100"
  101. layout="topleft"
  102. left="45"
  103. line_spacing.pixels="2"
  104. name="message_text"
  105. text_color="LoginProgressBoxTextColor"
  106. top="145"
  107. right="-90"
  108. word_wrap="true"/>
  109. </layout_panel>
  110. <layout_panel
  111. height="200"
  112. layout="topleft"
  113. min_width="10"
  114. name="panel5"
  115. width="670" />
  116. </layout_stack>
  117. </layout_panel>
  118. <layout_panel
  119. layout="topleft"
  120. min_width="10"
  121. name="right"
  122. width="150" />
  123. </layout_stack>
  124. <button
  125. follows="right|bottom"
  126. height="22"
  127. layout="topleft"
  128. left="-106"
  129. name="cancel_btn"
  130. top="700"
  131. width="90" />
  132. <web_browser
  133. follows="all"
  134. layout="topleft"
  135. left="0"
  136. name="login_media_panel"
  137. width="1024"
  138. height="768"
  139. top="0"/>
  140. </panel>