Hi, Is there an easier way to use the spacer? Like "spacer(20.0)" hbox { if (need_spacer) spacer { setPrefSize(20.0,20.0) } button() ... }