mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
allow the add cards dialog to be a bit thinner
This commit is contained in:
parent
a70abd7462
commit
ddd247ee26
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class AddCards(QDialog):
|
|||
self.form.setupUi(self)
|
||||
self.setWindowTitle(_("Add"))
|
||||
self.setMinimumHeight(400)
|
||||
self.setMinimumWidth(500)
|
||||
self.setMinimumWidth(400)
|
||||
self.setupChoosers()
|
||||
self.setupEditor()
|
||||
self.setupButtons()
|
||||
|
|
Loading…
Reference in a new issue