From 26e05e19c01d71b10481a2cf46755bab2ecd58cf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 14 May 2012 06:36:49 +0900 Subject: [PATCH] widen deck name input diags --- aqt/utils.py | 1 + designer/setgroup.ui | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/aqt/utils.py b/aqt/utils.py index 5635c1427..a34887364 100644 --- a/aqt/utils.py +++ b/aqt/utils.py @@ -139,6 +139,7 @@ class GetTextDialog(QDialog): self.question = question self.help = help self.qlabel = QLabel(question) + self.setMinimumWidth(400) v = QVBoxLayout() v.addWidget(self.qlabel) if not edit: diff --git a/designer/setgroup.ui b/designer/setgroup.ui index 2d7c50370..151517058 100644 --- a/designer/setgroup.ui +++ b/designer/setgroup.ui @@ -6,8 +6,8 @@ 0 0 - 362 - 144 + 433 + 143