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.help = help
|
||||
self.qlabel = QLabel(question)
|
||||
self.setMinimumWidth(400)
|
||||
v = QVBoxLayout()
|
||||
v.addWidget(self.qlabel)
|
||||
if not edit:
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>362</width>
|
||||
<height>144</height>
|
||||
<width>433</width>
|
||||
<height>143</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
|
Loading…
Reference in a new issue