Skip to content

Commit

Permalink
Merge pull request #151 from Bram-Hub/ui_145-preferences-menu-spacing
Browse files Browse the repository at this point in the history
Nice changes!
  • Loading branch information
charlestian23 authored Jun 21, 2022
2 parents f39ef30 + 27e873f commit bf6bcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/edu/rpi/legup/ui/PreferencesDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public PreferencesDialog(LegupUI legupUI) {
setTitle("Preferences");

JPanel mainPanel = new JPanel();
mainPanel.setBorder(BorderFactory.createEmptyBorder(10,10,10,10));
mainPanel.setLayout(new BorderLayout());

mainPanel.add(createGeneralTab());
Expand Down

0 comments on commit bf6bcde

Please sign in to comment.