diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-06-03 20:47:18 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-06-03 20:47:18 +0300 |
commit | 24b278237af20f94f2115da94ef065cbb45f3dd2 (patch) | |
tree | 6a9b37a51affcc468096f2228c45ced4f6f2e7fc /indra/newview/skins/default/xui/pt | |
parent | 5dc2fcf8e298e182449966ce2ad2582c917d0960 (diff) |
EXT-6844 FIXED Eliminated truncation in Floater World Map
- Switched the order of the two lines such that the longer string (yellow) is below the shorter string (purple)
- Fixed button length in PT locale
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/506/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/pt')
-rw-r--r-- | indra/newview/skins/default/xui/pt/floater_world_map.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_world_map.xml b/indra/newview/skins/default/xui/pt/floater_world_map.xml index 65e48b4bfd..878d0b1973 100644 --- a/indra/newview/skins/default/xui/pt/floater_world_map.xml +++ b/indra/newview/skins/default/xui/pt/floater_world_map.xml @@ -6,7 +6,7 @@ </text> </panel> <panel name="layout_panel_2"> - <button font="SansSerifSmall" label="Mostra minha localização" label_selected="Mostra minha localização" left_delta="91" name="Show My Location" tool_tip="Centrar o mapa na localização do meu avatar" width="135"/> + <button font="SansSerifSmall" label="Mostra minha localização" label_selected="Mostra minha localização" left_delta="91" name="Show My Location" tool_tip="Centrar o mapa na localização do meu avatar" /> <text name="me_label"> Eu </text> |