From 0ddf4e6732c0a7c3443503eab5de8df78aef276c Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Sun, 3 Jun 2001 05:14:35 +0000 Subject: [PATCH] - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing r=fabian, sr=blake, a=asa part of 82967 --- themes/classic/global/win/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/classic/global/win/global.css b/themes/classic/global/win/global.css index 1b4b142315f6..0a8f4e33074d 100644 --- a/themes/classic/global/win/global.css +++ b/themes/classic/global/win/global.css @@ -182,7 +182,7 @@ border-left : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; - min-height : 16px; + min-height : 1.9em !important; /* DON'T DELETE. Removes disappearance of scrollbars * in content pane when window is made smaller. * Talk to evaughan@netscape.com for details.