SRV1 11 лет назад
Родитель
Сommit
6afe10f63f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/web/priv/static/app/js/bootloader.js

+ 1 - 1
apps/web/priv/static/app/js/bootloader.js

@@ -410,7 +410,7 @@ function relayout()
         //console.log("Left and Right White Spaces. Do stretch the Width "+svgWidth);
 
         shiftY = 0;
-        shiftX = (innerWidth - realX) / 2;
+        shiftX = (innerWidth - realX) / 2 * sizeX;
 
         globalShiftX = shiftX > 30 ? shiftX - 20 : 0;