~~~~~~~~~~~~~~~~ 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
Good question. No reason to double the value. Doru, do you remember the rational behind this?
Alexandre
On Jun 4, 2015, at 11:05 AM, Peter Uhnák i.uhnak@gmail.com wrote:
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 _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev