feathersui / feathersui-openfl

Cross-platform graphical user interface components for creative frontend projects — powered by Haxe and OpenFL
https://feathersui.com/
Other
160 stars 16 forks source link

Per-element gap adjustments for layouts. #118

Closed nadako closed 1 year ago

nadako commented 2 years ago

It would be nice to have a way to configure additional gap per-element in layouts like HorizontalLayout. I imagine something like HorizontalLayoutData.leftGap/rightGap (that can also be negative) that is simply added to the layout's own gap setting.