anki/qt/aqt/import_export
Damien Elmes 1870253589 Add default_size argument to restoreGeom(); fix missing dialogs
The starting size of a webview seems to be 640x480, but if it is hidden
without retainSizeWhenHidden being set, the dialog it contains can end
up with a height of 0, which prevents the dialog from being shown.

By being explicit about our desired starting size, we can use a more
useful default, and avoid the issue of missing dialogs.
2022-12-08 22:02:12 +10:00
..
__init__.py Add apkg import/export on backend (#1743) 2022-05-02 21:12:46 +10:00
exporting.py Introduce exporters_list_created hook to new export code (#1978) 2022-07-22 19:33:07 +10:00
import_csv_dialog.py Add default_size argument to restoreGeom(); fix missing dialogs 2022-12-08 22:02:12 +10:00
importing.py Add legacy importers to new import screen (#1908) 2022-06-09 10:57:29 +10:00