From f2fbfdf0178b05205c3235303f72ebe51dc0ecb5 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 12 Mar 2010 20:24:12 +0000 Subject: [PATCH] Fix "download from URL" dialog height to avoid having a scrollbar --- src/webui/scripts/mocha-init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/scripts/mocha-init.js b/src/webui/scripts/mocha-init.js index 64a852b3a..3888b32b6 100644 --- a/src/webui/scripts/mocha-init.js +++ b/src/webui/scripts/mocha-init.js @@ -33,7 +33,7 @@ initializeWindows = function(){ paddingVertical: 0, paddingHorizontal: 0, width: 500, - height: 280 + height: 300 }); });