System.gui.transform and Layout

Hello,

I’m using the new (awesome) system.gui.transform() function to resize a container. The problem I meet is that the contained components are not correctly resized. More precisely, they seem to be resized as if their layout was set to “Relative” even if it is actually set to “Anchored”.
When minimized, the margins of the internal components are reduced instead of beeing unmodified.

Is it possible to keep the margins untouched during the tranform process ?

Notes :
[ul]
[li]The container layout is set to relative[/li]
[li]The components inside the container are anchored[/li][/ul]

Ignition 7.8.1
Gateway OS : Linux
Designer / Client OS : Windows 10

Thank you.