mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04:00
Fix default window size issues (on Windows 10)
This commit is contained in:
parent
934b397369
commit
bf1776942b
@ -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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user