Skip to content

Commit 92e7daf

Browse files
committed
Fix layout of hyperlink
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
1 parent 5ac099b commit 92e7daf

File tree

1 file changed

+1
-0
lines changed
  • desktop/src/main/java/bisq/desktop/main/overlays

1 file changed

+1
-0
lines changed

desktop/src/main/java/bisq/desktop/main/overlays/Overlay.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ private void addFooter() {
894894
Label label = new Label(String.format("[%d]", i + 1));
895895
Hyperlink link = new Hyperlink(messageHyperlinks.get(i));
896896
link.setOnAction(event -> GUIUtil.openWebPageNoPopup(link.getText()));
897+
HBox.setMargin(link, new Insets(-2, 0, 0, 0));
897898
footerBox.getChildren().addAll(new HBox(label, link));
898899
}
899900
}

0 commit comments

Comments
 (0)