~~~~~~~~~~~~~~~~
RTAbstractLineLayout>>gapSize: aNumber
gapSize := aNumber. " This value is never used actually "
verticalGap := 2 * aNumber.
horizontalGap := 2 * aNumber
~~~~~~~~~~~~~~~~

What is the reasoning behind doubling the number?
My expectation would be that it should be the same.

Thanks,
Peter