Dark Mode requires a little bit of extra min height

This commit is contained in:
Reinhard Pointner 2019-05-21 01:29:11 +07:00
parent e7fbb4d2b9
commit 37f16de881
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public class FormatDialog extends JDialog {
// initialize window properties
setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
setMinimumSize(new Dimension(650, 520));
setMinimumSize(new Dimension(650, 530));
// restore sample file if necessary
if (bindings == null) {