summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/line_editor.xml
blob: f39e0861968c217a33ae6044ae83d19af14daa2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
             commit_on_focus_lost="true"
             ignore_tab="true"
             cursor_color="TextCursorColor"
             bg_color="White"
             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>