From 05043257e45d04820bb72ed919872d1cc4e2baff Mon Sep 17 00:00:00 2001
From: Paul Guslisty <pguslisty@productengine.com>
Date: Mon, 27 Sep 2010 17:12:14 +0300
Subject: [PATCH] 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
---
 indra/newview/skins/default/xui/en/floater_help_browser.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0c90df24f03..837923bcf60 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"
-- 
GitLab