From 73f6d086259b66ab3519f332f924f5f54dad8c4a Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 3 Apr 2006 14:33:54 +0000 Subject: [PATCH] Changed scaling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2956 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/include/focus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2