bgrabitmap / bgracontrols

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

TBCPanel ignores ChildSizing.VerticalSpacing when AutoSize is active #153

Open cbeier-studio opened 1 year ago

cbeier-studio commented 1 year 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.