diff options
| author | Denis Serdjuk <dserduk@productengine.com> | 2009-12-29 20:10:34 +0200 | 
|---|---|---|
| committer | Denis Serdjuk <dserduk@productengine.com> | 2009-12-29 20:10:34 +0200 | 
| commit | 40e069057ee9af4c6bb5f39550aad565dce42735 (patch) | |
| tree | 90913d6844120fa3fc3a9ee279c0ac7942b6fb43 | |
| parent | 9737349a72189a7ff782e5f5a8a633dbd515d961 (diff) | |
fixed minor bug   EXT-3357 	 'Edit partner' link in Edit My Profile has larger clickable area than needed
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_profile.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_edit_profile.xml b/indra/newview/skins/default/xui/en/panel_edit_profile.xml index bbf86089cb..be3c0bbd96 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -293,7 +293,7 @@           right="-10"           name="partner_edit_link"           value="[[URL] Edit]" -         width="150" /> +         width="50" />          <panel           follows="left|top|right"           height="15" | 
