1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

Set smaller minimum height

This commit is contained in:
Reinhard Pointner 2017-06-16 16:20:36 +08:00
parent ee09b3fa33
commit 64cae6a6bc

View File

@ -93,7 +93,7 @@ public class MainFrame extends JFrame {
});
setSize(1060, 650);
setMinimumSize(new Dimension(900, 525));
setMinimumSize(new Dimension(900, 340));
// KEYBOARD SHORTCUTS
installAction(getRootPane(), getKeyStroke(VK_DELETE, CTRL_MASK | SHIFT_MASK), newAction("Clear Cache", evt -> {