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 | 22228896ee2ce6f20d67ce2c4a415fcd40d6b6e0 (patch) | |
tree | 7c58e90e1faed2bf95476985f1bbec44cfb73ca2 | |
parent | eb932c0e73795dc27c6d31b9962627fd65042666 (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
-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 214fb6ce54..470997d28b 100644 --- a/indra/newview/skins/default/xui/en/floater_help_browser.xml +++ b/indra/newview/skins/default/xui/en/floater_help_browser.xml @@ -35,7 +35,7 @@ user_resize="false" width="620"> <web_browser - bottom="-11" + bottom="-25" follows="left|right|top|bottom" layout="topleft" left="0" |