I wanted to scale down all LSB and RSB when experimenting with some instances.
I tried Transformations; ScaleX: 120; LSB: -5; RSB: -5;
but this seems to set LSB to -5, I would like to have something like LSB: -=5
meaning that if LSB would originally be 50 with these settings it would be 45. *=
operator might be useful as well.
Thanks!