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
1 changed files with 1 additions and 1 deletions

View File

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