widen deck name input diags

This commit is contained in:
Damien Elmes 2012-05-14 06:36:49 +09:00
parent 56d41cc8dc
commit 26e05e19c0
2 changed files with 3 additions and 2 deletions

View file

@ -139,6 +139,7 @@ class GetTextDialog(QDialog):
self.question = question self.question = question
self.help = help self.help = help
self.qlabel = QLabel(question) self.qlabel = QLabel(question)
self.setMinimumWidth(400)
v = QVBoxLayout() v = QVBoxLayout()
v.addWidget(self.qlabel) v.addWidget(self.qlabel)
if not edit: if not edit:

View file

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>362</width> <width>433</width>
<height>144</height> <height>143</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">