StablexUI icon indicating copy to clipboard operation
StablexUI copied to clipboard

layout:Column-cols and padding in HBox

Open RudolfVonKrugstein opened this issue 10 years ago • 0 comments

I want my elements in a HBox to be arranged using a percentage I specify with "layout:Column-cols", but with empty space between them. So I try:

 <HBox widthPt="100" heightPt="5" layout:Column-cols="[0.2,0.5,0.2]" padding="20">

Unfortantly the padding paramter seems to have not effect. What's the best way to get some space between the elements in the HBox?

RudolfVonKrugstein avatar Mar 18 '14 14:03 RudolfVonKrugstein