mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Use smaller default height
https://forums.ankiweb.net/t/import-dialog-is-too-big/41549/10
This commit is contained in:
parent
d4a52b7548
commit
f9a970be9b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class AnkiPackageArgs(ImportArgs):
|
|||
|
||||
|
||||
class ImportDialog(QDialog):
|
||||
DEFAULT_SIZE = (800, 800)
|
||||
DEFAULT_SIZE = (800, 600)
|
||||
MIN_SIZE = (400, 300)
|
||||
silentlyClose = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue