mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* adjusted initial window size for Mac
This commit is contained in:
parent
06edf38d3f
commit
c0828bb8a5
@ -207,7 +207,7 @@ class FormatDialog extends JDialog {
|
||||
|
||||
// initialize window properties
|
||||
setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
|
||||
setSize(540, 395);
|
||||
setSize(610, 430);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user