diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-10-06 14:38:02 -0700 | 
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-06 14:38:02 -0700 | 
| commit | 63b357758ea83dce34d8bc3e2f8ee7246b5aced5 (patch) | |
| tree | 8ad8640720319ab79ec728be70712365a502349c | |
| parent | 025b3ff25f6965c31d11237393062afa5d7b7e42 (diff) | |
EXP-1205 FIX -- Some characters in description of toybox dialog is cut off at the bottom
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_toybox.xml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_toybox.xml b/indra/newview/skins/default/xui/en/floater_toybox.xml index 5c6fa5bc86..653788bd3c 100644 --- a/indra/newview/skins/default/xui/en/floater_toybox.xml +++ b/indra/newview/skins/default/xui/en/floater_toybox.xml @@ -18,6 +18,7 @@    <text      follows="left|top"      font="SansSerifMedium" +    valign="bottom"      halign="left"      height="20"      layout="topleft" @@ -32,6 +33,7 @@    <text      follows="left|top"      font="SansSerifMedium" +    valign="bottom"      halign="left"      height="20"      layout="topleft"  | 
