From: cajus Date: Mon, 3 Apr 2006 14:33:54 +0000 (+0000) Subject: Changed scaling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=73f6d086259b66ab3519f332f924f5f54dad8c4a;p=gosa.git Changed scaling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2956 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/include/focus.js b/html/include/focus.js index 4e68a3718..457e67e1c 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -222,7 +222,7 @@ function adjust_width(e) { var width= parseInt(window.innerWidth); // Resize the body cells - var diff= width-div_width-430; + var diff= width-div_width-470; // window has been upscaled if(div_width+diff>=600) {