fx115: Fix wizards

* Fix wrong window dimensions
* Fix missing buttons in import wizard
* Fix tiny items selector in RTF Scan Wizard
This commit is contained in:
Tom Najdek 2024-03-31 12:32:03 +02:00
parent 8bf8bfe804
commit 7bf0aa4958
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
9 changed files with 16 additions and 7 deletions

View file

@ -1,4 +1,7 @@
.rtfscan-wizard {
min-width: 700px;
min-height: 550px;
wizardpage {
display: flex;
flex-direction: column;