Changed MainContainer dimension to something more respectable

This commit is contained in:
Siklos 2022-08-03 00:02:59 +02:00
parent c54e9ff3cb
commit 06ab515e71

View file

@ -254,7 +254,7 @@ const GetSVGLayoutConfiguration = () => {
ContainerActions: null, ContainerActions: null,
ContainerDimensionning: null, ContainerDimensionning: null,
DefaultChildrenContainers: null, DefaultChildrenContainers: null,
Height: 1600, Height: 200,
IsPositionFixed: false, IsPositionFixed: false,
IsWidthFixed: false, IsWidthFixed: false,
MaxHeight: 0, MaxHeight: 0,
@ -263,7 +263,7 @@ const GetSVGLayoutConfiguration = () => {
MinWidth: 0, MinWidth: 0,
Type: 'Trou', Type: 'Trou',
TypeChildContainerDefault: null, TypeChildContainerDefault: null,
Width: 20000, Width: 1000,
XPositionReference: 0 XPositionReference: 0
} }
}; };