|
|
|
@ -62,9 +62,6 @@ public class FormMultiWidgetCardPane extends FormWidgetCardPane {
|
|
|
|
|
}, |
|
|
|
|
new Component[] { |
|
|
|
|
createAutoSpacingPane() |
|
|
|
|
}, |
|
|
|
|
new Component[] { |
|
|
|
|
createManualSpacingPane() |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, 0, 16); |
|
|
|
|