Fix layout glitch

This commit is contained in:
Manfred Karrer 2016-04-12 01:29:44 +02:00
parent 963d924669
commit c5656ee9ac

View File

@ -162,6 +162,7 @@ public class SepaForm extends PaymentMethodForm {
flowPane.setPadding(new Insets(10, 10, 10, 10));
flowPane.setVgap(10);
flowPane.setHgap(10);
flowPane.setMinHeight(55);
if (isEditable)
flowPane.setId("flow-pane-checkboxes-bg");