Use smaller default height

https://forums.ankiweb.net/t/import-dialog-is-too-big/41549/10
This commit is contained in:
Damien Elmes 2024-02-26 12:13:38 +07:00
parent d4a52b7548
commit f9a970be9b

View file

@ -55,7 +55,7 @@ class AnkiPackageArgs(ImportArgs):
class ImportDialog(QDialog): class ImportDialog(QDialog):
DEFAULT_SIZE = (800, 800) DEFAULT_SIZE = (800, 600)
MIN_SIZE = (400, 300) MIN_SIZE = (400, 300)
silentlyClose = True silentlyClose = True