summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/simple_text_editor.xml
blob: a120b1aec80013ebc3135da66b1b05096c0e4760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<simple_text_editor
  parse_urls="false" 
  mouse_opaque="true"
  font="SansSerifSmall"
  max_length="255" 
  embedded_items="false" 
  allow_scroll="true"
  border_visible="false"
  word_wrap="false" 
  ignore_tab="true"
  line_spacing.pixels="1" 
  track_bottom="false" 
  cursor_color="TextCursorColor"
  default_color="TextDefaultColor"
  text_color="TextFgColor"
  text_readonly_color="TextFgReadOnlyColor"
  text_selected_color="White" 
  h_pad="6" 
  v_pad="4"
  bg_visible="true"
  bg_readonly_color="TextBgReadOnlyColor"
  bg_writeable_color="TextBgWriteableColor"
  bg_selected_color="EmphasisColor"
  bg_focus_color="TextBgFocusColor">
</simple_text_editor>