Code

Changed scaling
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Apr 2006 14:33:54 +0000 (14:33 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Apr 2006 14:33:54 +0000 (14:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2956 594d385d-05f5-0310-b6e9-bd551577e9d8

html/include/focus.js

index 4e68a3718c3c040324acd655653bcb42595867e8..457e67e1cf1a2f39d8e16b49cfdd60d8d6e7804e 100644 (file)
@@ -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) {