diff options
author | Callum Prentice <callum@lindenlab.com> | 2014-02-14 15:36:01 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2014-02-14 15:36:01 -0800 |
commit | 0f66498c9a09f067d72662abfb46118a34d2f21d (patch) | |
tree | 63bb40a32418d6d441c71a028dd89c8a6e348cc3 /indra/newview/skins/default/xui | |
parent | efe0fa5d64b76018697168633b6eba36c28c4516 (diff) |
MAINT-3675 NUI:Login screen (Work in Progress) Fix text wrapping on First Login
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_login_first.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login_first.xml b/indra/newview/skins/default/xui/en/panel_login_first.xml index 4b2b0a8a50..fdf60c58cf 100644 --- a/indra/newview/skins/default/xui/en/panel_login_first.xml +++ b/indra/newview/skins/default/xui/en/panel_login_first.xml @@ -214,25 +214,27 @@ top="0" /> <text follows="left|top" - font="SansSerifMedium" + font="SansSerifLarge" text_color="White" - height="16" + height="64" name="image_caption_left" left="0" halign="center" top="408" + word_wrap="true" width="400"> Your first step is Learning Island. Find the exit portal! </text> <text follows="left|top" - font="SansSerifMedium" + font="SansSerifLarge" text_color="White" - height="16" + height="64" name="image_caption_left" left="432" halign="center" top="408" + word_wrap="true" width="400"> Then explore Social Island and meet other new residents! </text> |