mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| exporting.py | ||
| import_csv_dialog.py | ||
| importing.py | ||