mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make <select tag> a bit bigger for osx
This commit is contained in:
parent
5bad0fb879
commit
b161a09d71
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class EditDeck(QMainWindow):
|
|||
tags = self.deck.allTags()
|
||||
self.alltags = tags
|
||||
self.alltags.sort()
|
||||
self.dialog.tagList.setFixedWidth(120)
|
||||
self.dialog.tagList.setFixedWidth(130)
|
||||
self.dialog.tagList.clear()
|
||||
self.dialog.tagList.addItems(QStringList(
|
||||
[_('<Select Tag>'), _('No tags')] + self.alltags))
|
||||
|
|
Loading…
Reference in a new issue