mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Fix layout glitch
This commit is contained in:
parent
963d924669
commit
c5656ee9ac
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user