From 06ab515e7181d6b7fc556cb126bf6efc8052d3ff Mon Sep 17 00:00:00 2001 From: Siklos Date: Wed, 3 Aug 2022 00:02:59 +0200 Subject: [PATCH] Changed MainContainer dimension to something more respectable --- test-server/http.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-server/http.js b/test-server/http.js index e331d23..04eed05 100644 --- a/test-server/http.js +++ b/test-server/http.js @@ -254,7 +254,7 @@ const GetSVGLayoutConfiguration = () => { ContainerActions: null, ContainerDimensionning: null, DefaultChildrenContainers: null, - Height: 1600, + Height: 200, IsPositionFixed: false, IsWidthFixed: false, MaxHeight: 0, @@ -263,7 +263,7 @@ const GetSVGLayoutConfiguration = () => { MinWidth: 0, Type: 'Trou', TypeChildContainerDefault: null, - Width: 20000, + Width: 1000, XPositionReference: 0 } };