increase minimum editor size

This commit is contained in:
Damien Elmes 2012-11-07 06:59:03 +09:00
parent a639bcbd64
commit 2e8029387d
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ class CustomStudy(QDialog):
dyn['terms'][0] = ["(is:new or is:due) "+tags, 9999, DYN_RANDOM]
dyn['resched'] = True
# add deck limit
dyn['terms'][0][0] = "deck:'%s' %s " % (self.deck['name'], dyn['terms'][0][0])
dyn['terms'][0][0] = "deck:\"%s\" %s " % (self.deck['name'], dyn['terms'][0][0])
# generate cards
if not self.mw.col.sched.rebuildDyn():
return showWarning(_("No cards matched the criteria you provided."))

View file

@ -208,7 +208,7 @@
<property name="minimumSize">
<size>
<width>50</width>
<height>150</height>
<height>200</height>
</size>
</property>
</widget>