PageRenderTime 73ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/widgets/simple_text_editor.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 26 lines | 26 code | 0 blank | 0 comment | 0 complexity | a3822a88a42db2ea583fa3e7dce17e4a MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <simple_text_editor
  3. parse_urls="false"
  4. mouse_opaque="true"
  5. font="SansSerifSmall"
  6. max_length="255"
  7. embedded_items="false"
  8. allow_scroll="true"
  9. border_visible="false"
  10. word_wrap="false"
  11. ignore_tab="true"
  12. line_spacing.pixels="1"
  13. track_bottom="false"
  14. cursor_color="TextCursorColor"
  15. default_color="TextDefaultColor"
  16. text_color="TextFgColor"
  17. text_readonly_color="TextFgReadOnlyColor"
  18. text_selected_color="White"
  19. h_pad="6"
  20. v_pad="4"
  21. bg_visible="true"
  22. bg_readonly_color="TextBgReadOnlyColor"
  23. bg_writeable_color="TextBgWriteableColor"
  24. bg_selected_color="EmphasisColor"
  25. bg_focus_color="TextBgFocusColor">
  26. </simple_text_editor>