Skip to content

Commit

Permalink
0004943: Removed unnecessary scroll bars from SettingsDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Aug 16, 2021
1 parent f436678 commit 556d08b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -79,7 +79,8 @@ public SettingsDialog(SqlExplorer explorer) {
super("Settings");
this.explorer = explorer;
this.settingsProvider = explorer.getSettingsProvider();
setWidth("700px");
setWidth("800px");
content.setHeight("91%");
add(createSettingsLayout(), 1);
add(createButtonLayout());
}
Expand Down

0 comments on commit 556d08b

Please sign in to comment.