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,
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
}
};