RTAbstractLineLayout doubling gapSize

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RTAbstractLineLayout doubling gapSize

Peter Uhnak

~~~~~~~~~~~~~~~~
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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTAbstractLineLayout doubling gapSize

abergel
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 <[hidden email]> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev