PageRenderTime 31ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 42 lines | 42 code | 0 blank | 0 comment | 0 complexity | 79cda2101405e4cd452f9fb0e4bb2916 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. name="region_debug_console"
  4. title="Region Debug"
  5. can_resize="true"
  6. layout="topleft"
  7. min_height="300"
  8. min_width="300"
  9. height="400"
  10. width="600"
  11. default_tab_group="1">
  12. <text_editor
  13. left="10"
  14. type="string"
  15. length="1"
  16. follows="left|right|bottom"
  17. font="Monospace"
  18. height="366"
  19. width="576"
  20. ignore_tab="false"
  21. layout="topleft"
  22. max_length="65536"
  23. name="region_debug_console_output"
  24. show_line_numbers="false"
  25. word_wrap="true"
  26. track_end="true"
  27. read_only="true">
  28. </text_editor>
  29. <line_editor
  30. border_style="line"
  31. border_thickness="1"
  32. tab_group="1"
  33. follows="left|top|right"
  34. font="SansSerif"
  35. height="19"
  36. layout="topleft"
  37. bottom_delta="20"
  38. max_length="127"
  39. name="region_debug_console_input"
  40. top_delta="0"
  41. width="576" />
  42. </floater>