Changed MainContainer dimension to something more respectable
This commit is contained in:
parent
c54e9ff3cb
commit
06ab515e71
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue