Skip to content

Commit

Permalink
made endpoint chooser step have left border only
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Jun 26, 2023
1 parent 5064d08 commit caa3eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void actionPerformed(ActionEvent e) {
builder.addTooltip("Make sure your network connection is active before continuing.");
JPanel panel = new JPanel(new BorderLayout());
panel.add(builder.getPanel(), "North");
panel.setBorder(JBUI.Borders.empty(20));
panel.setBorder(JBUI.Borders.emptyLeft(20));
return panel;
}

Expand Down

0 comments on commit caa3eb8

Please sign in to comment.