Skip to content
Snippets Groups Projects
Commit 9b30ff48 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Added pack method as the settings dialog has an invalid size on some systems

parent 0a6a747c
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ public final class SettingsDialog extends Dialog {
this.shlSettings.open();
this.shlSettings.layout();
this.shlSettings.pack();
final Display display = this.getParent().getDisplay();
final Rectangle screenSize = display.getPrimaryMonitor().getBounds();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment