test-server: Fix again

This commit is contained in:
Siklos 2022-08-01 11:28:20 +02:00
parent a70c336e80
commit 106c403125

View file

@ -58,8 +58,13 @@ const GetSVGLayoutConfiguration = () => {
MinWidth: 500, MinWidth: 500,
Type: 'Chassis', Type: 'Chassis',
TypeChildContainerDefault: 'Trou', TypeChildContainerDefault: 'Trou',
Width: 0, Width: 500,
XPositionReference: 0 XPositionReference: 0,
Style: {
fillOpacity: 0,
borderWidth: 2,
stroke: 'red'
}
}, },
{ {
BodyColor: null, BodyColor: null,