diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-08-03 10:34:21 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-08-03 10:34:21 -0700 | 
| commit | 574a5c682c16fb748755ebc222e37b1084fbb695 (patch) | |
| tree | 9d99aaa14bdc9c950d904cc8d27c5695071e76e7 | |
| parent | 2965b5b64e0c293dad50b656654a07b5eb3e00b8 (diff) | |
DEV-52361 Edit link option in Edit My Profile page not active
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_profile.xml | 8 | 
1 files changed, 4 insertions, 4 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 6fcf1b0e92..1e69ecaed8 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -3,7 +3,7 @@   background_visible="true"   class="edit_profile_panel"    follows="all" - height="535" + height="548"   label="Profile Edit"   layout="topleft"   left="0" @@ -60,7 +60,7 @@   <scroll_container       color="DkGray2"       follows="all" -     height="494" +     height="507"       min_height="300"       layout="topleft"       left="8" @@ -74,7 +74,7 @@           follows="left|top|right"           layout="topleft"           top="0" -     height="494" +     height="507"       min_height="300"           left="0"           width="292"> @@ -83,7 +83,7 @@       follows="left|top|right"           layout="topleft"           top="0" -     height="494" +     height="507"       min_height="300"           left="0"           width="292">  | 
