fix(ui): AccountLoginPane not showing. (#1080)
This commit is contained in:
@@ -114,6 +114,8 @@ public class AccountLoginPane extends StackPane {
|
|||||||
dialogLayout.setActions(lblCreationWarning, acceptButton, cancelButton);
|
dialogLayout.setActions(lblCreationWarning, acceptButton, cancelButton);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getChildren().setAll(dialogLayout);
|
||||||
|
|
||||||
onEscPressed(this, this::onCancel);
|
onEscPressed(this, this::onCancel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user