5
votes

children inside hbox and vbox have spacing between them,

how do you remove this empty space?

I need to have 0 space between child elements of a hbox or vbox

2

2 Answers

16
votes

Set the verticalGap/horizontalGap properties to 0.

0
votes

You should probably still set the horizontalGap to 0, and than add paddingLeft and paddingRight to all the elements that need spacing...