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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 49 lines | 49 code | 0 blank | 0 comment | 0 complexity | f0ee8b7e292e81c3f806bdbc4ce48ebe MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. width="305"
  4. height="40"
  5. layout="topleft">
  6. <text name="hint_title"
  7. font="SansSerifMedium"
  8. left="8"
  9. right="290"
  10. top="8"
  11. bottom="20"
  12. follows="left|right|top"
  13. text_color="Black"
  14. wrap="false"/>
  15. <layout_stack left="0"
  16. top="25"
  17. width="305"
  18. height="0"
  19. follows="left|top|right"
  20. orientation="horizontal">
  21. <layout_panel auto_resize="true" width="100"/>
  22. <layout_panel auto_resize="true" width="0">
  23. <icon name="hint_image"
  24. top="0"
  25. left="0"
  26. height="0"
  27. width="0"
  28. follows="all"/>
  29. </layout_panel>
  30. <layout_panel auto_resize="true" width="100"/>
  31. </layout_stack>
  32. <text name="hint_text"
  33. left="8"
  34. right="297"
  35. top="30"
  36. bottom="30"
  37. follows="left|right|bottom"
  38. text_color="Black"
  39. wrap="true"/>
  40. <button right="297"
  41. top="8"
  42. width="16"
  43. height="16"
  44. name="close"
  45. follows="right|top"
  46. image_color="DkGray"
  47. image_unselected="Icon_Close_Foreground"
  48. image_selected="Icon_Close_Press"/>
  49. </panel>