diff options
author | James Cook <james@lindenlab.com> | 2010-05-28 06:59:00 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-28 06:59:00 -0700 |
commit | 7037e8ee9fb73093eecca3d4477be3a85bd62664 (patch) | |
tree | be8faf4cd0699ccb91eddaaf775b345dc8491dd1 /indra/newview/skins/default | |
parent | 3e4a9614dc6ece19a87f47ec3519dbef01b08d07 (diff) |
DEV-50013 More space for name in Buy Object dialog
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_buy_object.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_buy_object.xml b/indra/newview/skins/default/xui/en/floater_buy_object.xml index 3d8f5d678b..db595458c0 100644 --- a/indra/newview/skins/default/xui/en/floater_buy_object.xml +++ b/indra/newview/skins/default/xui/en/floater_buy_object.xml @@ -2,7 +2,7 @@ <floater legacy_header_height="18" can_resize="true" - height="290" + height="310" layout="topleft" min_height="150" min_width="225" @@ -84,15 +84,18 @@ length="1" follows="left|right|bottom" font="SansSerif" - height="16" + height="35" layout="topleft" left_delta="0" + line_spacing.pixels="7" name="buy_text" text_color="white" top_pad="5" use_ellipses="true" - width="260"> - Buy for L$[AMOUNT] from [NAME]? + width="260" + word_wrap="true"> +Buy for L$[AMOUNT] from: +[NAME]? </text> <button follows="right|bottom" |