diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-06-21 08:04:56 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-06-21 08:04:56 +0000 |
commit | 9ec432034dc3c45d7ce763eb02dae4cc7f6b8da8 (patch) | |
tree | 4a505c1e0919af52800b3ffb3eaf135e7d6f9ce6 /indra/newview/skins/default/xui/en/widgets/text_editor.xml | |
parent | 351ebe9fcb76f3b99c2957004bb8493a904869ee (diff) |
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
ignore-dead-branch
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/text_editor.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/text_editor.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/text_editor.xml b/indra/newview/skins/default/xui/en/widgets/text_editor.xml new file mode 100644 index 0000000000..dc4c430546 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/text_editor.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<line_editor background_image="sm_rounded_corners_simple.tga" + select_on_focus="false" + handle_edit_keys_directly="false" + commit_on_focus_lost="true" + ignore_tab="true" + cursor_color="TextCursorColor" + text_color="TextFgColor" + text_readonly_color="TextFgReadOnlyColor" + text_tentative_color="TextFgTentativeColor" + bg_readonly_color="TextBgReadOnlyColor" + bg_writeable_color="TextBgWriteableColor" + bg_focus_color="TextBgFocusColor" + mouse_opaque="true" + name="line_editor" + font="SansSerifSmall"> + <line_editor.border bevel_style="in" + follows="all"/> +</line_editor> |