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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 62 lines | 62 code | 0 blank | 0 comment | 0 complexity | c7219a6a19c56b2c4c92ce0c95d9e768 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. bottom="0"
  5. follows="left|top|right"
  6. height="30"
  7. width="333"
  8. layout="topleft"
  9. left="0"
  10. name="sidetray_tab_panel">
  11. <text
  12. follows="left|top|right"
  13. font="SansSerifHuge"
  14. height="16"
  15. layout="topleft"
  16. left="10"
  17. name="sidetray_tab_title"
  18. text_color="white"
  19. top="4"
  20. value="Side Panel"
  21. width="255" />
  22. <button
  23. follows="right|top"
  24. height="16"
  25. image_selected="Sidebar_Icon_Undock_Press"
  26. image_unselected="Sidebar_Icon_Undock_Foreground"
  27. image_disabled="Sidebar_Icon_Undock_Press"
  28. layout="topleft"
  29. name="undock"
  30. top="10"
  31. right="-28"
  32. width="16"
  33. tool_tip="Undock" />
  34. <button
  35. follows="right|top"
  36. height="16"
  37. image_selected="Sidebar_Icon_Dock_Press"
  38. image_unselected="Sidebar_Icon_Dock_Foreground"
  39. image_disabled="Sidebar_Icon_Dock_Press"
  40. layout="topleft"
  41. name="dock"
  42. top="10"
  43. right="-28"
  44. width="16"
  45. tool_tip="Dock"
  46. visible="false" />
  47. <button
  48. follows="right|top"
  49. height="16"
  50. image_selected="Icon_Help_Press"
  51. image_unselected="Icon_Help_Foreground"
  52. image_disabled="Icon_Help_Press"
  53. layout="topleft"
  54. name="show_help"
  55. top="10"
  56. right="-11"
  57. width="16"
  58. tool_tip="Show Help">
  59. <button.commit_callback
  60. function="Button.ShowHelp" />
  61. </button>
  62. </panel>