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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. width="205"
  4. height="34">
  5. <text name="hint_title"
  6. font="SansSerifMedium"
  7. left="8"
  8. right="180"
  9. top="8"
  10. bottom="20"
  11. follows="left|right|top"
  12. text_color="Black"
  13. wrap="false"/>
  14. <text name="hint_text"
  15. left="8"
  16. right="197"
  17. top="26"
  18. bottom="26"
  19. follows="left|right|bottom"
  20. text_color="Black"
  21. wrap="true"/>
  22. <button right="197"
  23. top="8"
  24. width="16"
  25. height="16"
  26. name="close"
  27. follows="right|top"
  28. image_color="DkGray"
  29. image_unselected="Icon_Close_Foreground"
  30. image_selected="Icon_Close_Press"/>
  31. </panel>