|
It's been driving me nuts post-3.2 that the views inside a FlowView butt up against the top boundary (which was not the case in 3.2). Finally I found this in FlowView: view.decorator = FlowLayout(bounds,margin ?? {2@0},gap ?? {4@4}); ... where the vertical margin of 0 seems odd to me. Should this be changed to the following? view.decorator = FlowLayout(bounds,margin ?? {2@2},gap ?? {4@4}); hjh : H. James Harkins .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..: "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman |