bgrabitmap / bgracontrols

🆗 BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications.
https://bgrabitmap.github.io/bgracontrols/
182 stars 30 forks source link

TBCPanel ignores ChildSizing.VerticalSpacing when AutoSize is active #153

Open cbeier-studio opened 11 months ago

cbeier-studio commented 11 months ago

Aligning all child components at the top and setting the BCPanel to autosize, the bottom child gets cut, when ChildSizing.VerticalSpacing isn't zero. Setting VerticalSpacing to zero and using the childs' BorderSpacing.Bottom instead, it works how it should be. Apparently, ChildSizing.HorizontalSpacing isn't ignored.