diff options
| author | Denis Serdjuk <dserduk@productengine.com> | 2009-11-06 21:17:08 +0200 | 
|---|---|---|
| committer | Denis Serdjuk <dserduk@productengine.com> | 2009-11-06 21:17:08 +0200 | 
| commit | cd9c07258dc0e1e0534f175a6c7248e64673f3e1 (patch) | |
| tree | 916138d3cf74977ccc5cf59413c1bc4701446bf8 | |
| parent | a9653b37ec29a1bd4c23efdd1d83df15c8bcccdd (diff) | |
fixed bug EXT-2111 Unable to edit the Notes & Privacy content
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_notes.xml | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_notes.xml b/indra/newview/skins/default/xui/en/panel_notes.xml index 5333dfa2f5..b9c9100ebc 100644 --- a/indra/newview/skins/default/xui/en/panel_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_notes.xml @@ -17,13 +17,16 @@       left="0"       top="0"       height="517" +     width="313"       border_size="0">          <panel           name="notes_stack"           follows="all"           layout="topleft"           top="0" -         left="0"> +         left="0" +         height="475" +         width="313">              <scroll_container               color="DkGray2"               follows="all" @@ -31,8 +34,11 @@               left="0"               name="profile_scroll"               opaque="true" +             height="475" +             width="313"               top="0">                <panel +               height="450"                 layout="topleft"                 name="profile_scroll_panel"                 top="0" @@ -104,7 +110,8 @@           layout="topleft"           left="0"           name="notes_buttons_panel" -         auto_resize="false"> +         auto_resize="false" +         width="313">         <button           follows="bottom|left"           height="19" | 
