mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
make tag dropdown a bit smaller
This commit is contained in:
parent
3985d72670
commit
e11bd7a680
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class EditDeck(QMainWindow):
|
||||||
self.dialog.tagList.clear()
|
self.dialog.tagList.clear()
|
||||||
self.dialog.tagList.addItems(QStringList(
|
self.dialog.tagList.addItems(QStringList(
|
||||||
[_('<Tag filter>'), _('No tags')] + self.alltags))
|
[_('<Tag filter>'), _('No tags')] + self.alltags))
|
||||||
self.dialog.tagList.view().setFixedWidth(300)
|
self.dialog.tagList.view().setFixedWidth(200)
|
||||||
|
|
||||||
def drawSort(self):
|
def drawSort(self):
|
||||||
self.sortList = [
|
self.sortList = [
|
||||||
|
|
Loading…
Reference in a new issue