diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-12-26 15:57:42 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-12-26 15:57:42 +0200 |
commit | 1a537bb194279f448d343f83b653e1c200bb9041 (patch) | |
tree | 5fd21c2b713c414dffb0fb4e59f65df917c6c190 /indra/newview/skins/default/xui/tr | |
parent | 8cf297ab48cb1c13cb76c462e1c3eed572b12738 (diff) |
EXP-1618 (Serious truncation in top-right status bar "Buy $S" and "Shop" buttons in many languages)
- Adjusted width of "shop" button in all locales. Had to override width parameter in xml files of all locales. If to set one value with extra room space for all locales it will look rather ugly for many locales including EN.
Diffstat (limited to 'indra/newview/skins/default/xui/tr')
-rw-r--r-- | indra/newview/skins/default/xui/tr/panel_status_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/tr/panel_status_bar.xml b/indra/newview/skins/default/xui/tr/panel_status_bar.xml index 63726b94e2..81c304a5d8 100644 --- a/indra/newview/skins/default/xui/tr/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/tr/panel_status_bar.xml @@ -18,7 +18,7 @@ <panel name="balance_bg"> <text name="balance" tool_tip="L$ bakiyenizi yenilemek için buraya tıklayın" value="L$20"/> <button label="L$ Satın Al" name="buyL" tool_tip="Daha fazla L$ satın almak için tıklayın"/> - <button label="Alışveriş yap" name="goShop" tool_tip="Second Life Pazaryeri Aç"/> + <button label="Alışveriş yap" name="goShop" tool_tip="Second Life Pazaryeri Aç" width="95"/> </panel> <text name="TimeText" tool_tip="Geçerli zaman (Pasifik)"> 24:00 AM PST |