summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/text.xml')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/text.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/text.xml b/indra/newview/skins/default/xui/en/widgets/text.xml
index 3d98cd66f9..7d78a8fa20 100644
--- a/indra/newview/skins/default/xui/en/widgets/text.xml
+++ b/indra/newview/skins/default/xui/en/widgets/text.xml
@@ -1,16 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<text name="text_box"
+<text allow_html="true"
+ clip_to_rect="false"
+ name="text_box"
font="SansSerifSmall"
font_shadow="soft"
tab_stop="false"
halign="left"
hover_color="LabelSelectedColor"
- disabled_color="LabelDisabledColor"
- background_color="FloaterDefaultBackgroundColor"
+ h_pad="-1"
+ hide_scrollbar="true"
+ text_readonly_color="LabelDisabledColor"
+ bg_writeable_color="FloaterDefaultBackgroundColor"
border_color="DefaultHighlightLight"
use_ellipses="false"
bg_visible="false"
- border_drop_shadow_visible="false"
border_visible="false"
hover="false"
- text_color="LabelTextColor"/>
+ text_color="LabelTextColor"
+ v_pad="-1"/>