summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/simple_text_editor.xml
blob: bb46ec09541a6ec41a216563999542ff6123bab7 (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
27
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<simple_text_editor
  allow_html="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"
  h_pad="6" 
  v_pad="4"
  bg_visible="true"
  bg_readonly_color="TextBgReadOnlyColor"
  bg_writeable_color="TextBgWriteableColor"
  bg_focus_color="TextBgFocusColor">
  <simple_text_editor.border
    bevel_style="in"
    follows="all" />
</simple_text_editor>