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
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
You should probably still set the horizontalGap to 0, and than add paddingLeft and paddingRight to all the elements that need spacing...