mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
widen deck name input diags
This commit is contained in:
parent
56d41cc8dc
commit
26e05e19c0
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue