mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +01:00
Fix layout of hyperlink
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
91a3a5dc94
commit
28eeba59bd
1 changed files with 1 additions and 0 deletions
|
@ -894,6 +894,7 @@ public abstract class Overlay<T extends Overlay<T>> {
|
|||
Label label = new Label(String.format("[%d]", i + 1));
|
||||
Hyperlink link = new Hyperlink(messageHyperlinks.get(i));
|
||||
link.setOnAction(event -> GUIUtil.openWebPageNoPopup(link.getText()));
|
||||
HBox.setMargin(link, new Insets(-2, 0, 0, 0));
|
||||
footerBox.getChildren().addAll(new HBox(label, link));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue