From ddd247ee26c42edeb3633827ef4fd1d1b962d230 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 5 Aug 2012 23:22:50 +0900 Subject: [PATCH] allow the add cards dialog to be a bit thinner --- aqt/addcards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/addcards.py b/aqt/addcards.py index 41db99d44..2dcce3555 100644 --- a/aqt/addcards.py +++ b/aqt/addcards.py @@ -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()