summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/line_editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/line_editor.xml')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/line_editor.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/line_editor.xml b/indra/newview/skins/default/xui/en/widgets/line_editor.xml
new file mode 100644
index 0000000000..a21e3f2645
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/widgets/line_editor.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<line_editor background_image="TextField_Off"
+ background_image_disabled="TextField_Disabled"
+ background_image_focused="TextField_Active"
+ select_on_focus="false"
+ handle_edit_keys_directly="false"
+ commit_on_focus_lost="true"
+ ignore_tab="true"
+ cursor_color="TextCursorColor"
+ text_color="TextFgColor"
+ text_pad_left="2"
+ text_readonly_color="TextFgReadOnlyColor"
+ text_tentative_color="TextFgTentativeColor"
+ highlight_color="EmphasisColor"
+ preedit_bg_color="White"
+ mouse_opaque="true"
+ name="line_editor"
+ font="SansSerifSmall">
+</line_editor>