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/en/panel_status_bar.xml | |
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/en/panel_status_bar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_status_bar.xml b/indra/newview/skins/default/xui/en/panel_status_bar.xml index 3239c4e531..d453a970e7 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -70,7 +70,7 @@ pad_bottom="2" tool_tip="Click to buy more L$" top="0" - width="55" /> + width="80" /> <button halign="left" font="SansSerifSmall" @@ -87,7 +87,6 @@ left_pad="0" label_shadow="true" name="goShop" - pad_right="0" pad_bottom="2" tool_tip="Open Second Life Marketplace" top="0" |