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:
parent
ee09b3fa33
commit
64cae6a6bc
@ -93,7 +93,7 @@ public class MainFrame extends JFrame {
|
|||||||
});
|
});
|
||||||
|
|
||||||
setSize(1060, 650);
|
setSize(1060, 650);
|
||||||
setMinimumSize(new Dimension(900, 525));
|
setMinimumSize(new Dimension(900, 340));
|
||||||
|
|
||||||
// KEYBOARD SHORTCUTS
|
// KEYBOARD SHORTCUTS
|
||||||
installAction(getRootPane(), getKeyStroke(VK_DELETE, CTRL_MASK | SHIFT_MASK), newAction("Clear Cache", evt -> {
|
installAction(getRootPane(), getKeyStroke(VK_DELETE, CTRL_MASK | SHIFT_MASK), newAction("Clear Cache", evt -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user