diff options
| author | Paul Guslisty <pguslisty@productengine.com> | 2010-09-27 17:12:14 +0300 | 
|---|---|---|
| committer | Paul Guslisty <pguslisty@productengine.com> | 2010-09-27 17:12:14 +0300 | 
| commit | 05043257e45d04820bb72ed919872d1cc4e2baff (patch) | |
| tree | cf7f9ec1fe5e65a5701da626eac2427791920b02 /indra/newview | |
| parent | 2f29c3511422e29bbdefa43af2fc3fc785c38c86 (diff) | |
STORM-228 FIXED 'Loading / Done' text is cropped on the bottom of 'Find' floater
-Increased space between bottom of the floater and bottom of the web browser (inside floater), so that 'Loading / Done' text
 between bottom of the web browser and bottom of the floater won't be cropped
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_help_browser.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_help_browser.xml b/indra/newview/skins/default/xui/en/floater_help_browser.xml index 0c90df24f0..837923bcf6 100644 --- a/indra/newview/skins/default/xui/en/floater_help_browser.xml +++ b/indra/newview/skins/default/xui/en/floater_help_browser.xml @@ -37,7 +37,7 @@           width="620">              <web_browser                trusted_content="true"  -             bottom="-11" +             bottom="-25"               follows="left|right|top|bottom"               layout="topleft"               left="0" | 
