1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-24 16:58:51 -05:00

Fix default window size issues (on Windows 10)

This commit is contained in:
Reinhard Pointner 2016-09-19 06:57:38 +08:00
parent 934b397369
commit bf1776942b

View File

@ -96,7 +96,7 @@ public class MainFrame extends JFrame {
} }
}); });
setSize(980, 630); setSize(1050, 650);
// KEYBOARD SHORTCUTS // KEYBOARD SHORTCUTS
installAction(this.getRootPane(), getKeyStroke(VK_DELETE, CTRL_MASK | SHIFT_MASK), newAction("Clear Cache", evt -> { installAction(this.getRootPane(), getKeyStroke(VK_DELETE, CTRL_MASK | SHIFT_MASK), newAction("Clear Cache", evt -> {