diff options
author | Lis Linden <lis@lindenlab.com> | 2010-01-13 13:43:00 -0500 |
---|---|---|
committer | Lis Linden <lis@lindenlab.com> | 2010-01-13 13:43:00 -0500 |
commit | 1bd0402f78045faaebd7ff50a02650999492db90 (patch) | |
tree | fbc0846526a0f5b7b22340cd27fd9ec4c6968a50 /indra/newview/skins/default | |
parent | 15d50a02c67595251676f0028cf59d1e38111c77 (diff) |
EXT-3939 Display problems when object price == MAXINT
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_buy_currency.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_buy_currency.xml b/indra/newview/skins/default/xui/en/floater_buy_currency.xml index 26b003cafe..d202bf1b9f 100644 --- a/indra/newview/skins/default/xui/en/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/en/floater_buy_currency.xml @@ -107,7 +107,7 @@ height="16" layout="topleft" top_delta="0" - left="242" + left="217" name="currency_label" width="15"> L$ @@ -123,7 +123,7 @@ label="L$" left_pad="3" name="currency_amt" - width="60"> + width="85"> 1234 </line_editor> <text @@ -222,7 +222,7 @@ width="300" height="30" name="currency_links"> - [http://www.secondlife.com/ payment method] | [http://www.secondlife.com/ currency] | [http://www.secondlife.com/my/account/exchange_rates.php exchange rate] + [http://www.secondlife.com/my/account/payment_method_management.php payment method] | [http://www.secondlife.com/my/account/currency.php currency] | [http://www.secondlife.com/my/account/exchange_rates.php exchange rate] </text> <text type="string" |