mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
reduce minimum height of add screen
This commit is contained in:
parent
0b80b8bdf5
commit
e6e703536e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class AddCards(QDialog):
|
|||
self.form = aqt.forms.addcards.Ui_Dialog()
|
||||
self.form.setupUi(self)
|
||||
self.setWindowTitle(_("Add"))
|
||||
self.setMinimumHeight(400)
|
||||
self.setMinimumHeight(300)
|
||||
self.setMinimumWidth(400)
|
||||
self.setupChoosers()
|
||||
self.setupEditor()
|
||||
|
|
Loading…
Reference in a new issue