Hello,
To FlowLayout users, I am modifying RTAbstractFlowLayout and subclasses for Roassal2 and I would appreciate to hear your opinions on some modifications:
First I changed the Flow layout maxWith value at the initialization to take account of the global area of elements and gapsize. (see screen1, RTObject https://www.dropbox.com/s/7hlsmiklqefb7cn/screen1.png?dl=0 )
Then I fixed the align Bottom, so the elements do not collide each others. The only remaining difference is the first line is the less filled. It is due to creating the layout from bottom to up. (The order of elements still remain the same from the left top corner to the right down.) (see screen2 https://www.dropbox.com/s/7kr3gy4e3gwvvgl/screen2.png?dl=0) Does this difference have any importance ?