mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -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.form.setupUi(self)
|
||||||
self.setWindowTitle(_("Add"))
|
self.setWindowTitle(_("Add"))
|
||||||
self.setMinimumHeight(400)
|
self.setMinimumHeight(400)
|
||||||
self.setMinimumWidth(500)
|
self.setMinimumWidth(400)
|
||||||
self.setupChoosers()
|
self.setupChoosers()
|
||||||
self.setupEditor()
|
self.setupEditor()
|
||||||
self.setupButtons()
|
self.setupButtons()
|
||||||
|
|
Loading…
Reference in a new issue