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