mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
<select tag> -> all cards
This commit is contained in:
parent
9033dd8afc
commit
6a8a88dfc6
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class EditDeck(QMainWindow):
|
||||||
self.dialog.tagList.setFixedWidth(130)
|
self.dialog.tagList.setFixedWidth(130)
|
||||||
self.dialog.tagList.clear()
|
self.dialog.tagList.clear()
|
||||||
self.dialog.tagList.addItems(QStringList(
|
self.dialog.tagList.addItems(QStringList(
|
||||||
[_('<Select Tag>'), _('No tags')] + self.alltags))
|
[_('All cards'), _('No tags')] + self.alltags))
|
||||||
self.dialog.tagList.view().setFixedWidth(300)
|
self.dialog.tagList.view().setFixedWidth(300)
|
||||||
|
|
||||||
def drawSort(self):
|
def drawSort(self):
|
||||||
|
|
Loading…
Reference in a new issue