Hello,
I am placing many form inputs in 4-column layout with 0.25 width each. All inputs are filling whole column's space, labelAlign is 'top'. How to set certain input's fixed size? I need it for example for numberfield, which holds only 1 digit or other low space requiring items.
My layout looks like:
Code:vbox0: column: (defaults: { columnWidth: 0.25, labelAlign: 'top' }) form.field0 form.field1 form.field2 form.field3 ... vboxN: column: ...