missed deck browser arrow
This commit is contained in:
parent
6f95527758
commit
52f8a4a75e
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
from aqt.qt import *
|
from aqt.qt import *
|
||||||
from aqt.utils import askUser, getOnlyText, openLink, showWarning, shortcut, \
|
from aqt.utils import askUser, getOnlyText, openLink, showWarning, shortcut, \
|
||||||
openHelp
|
openHelp, downArrow
|
||||||
from anki.utils import isMac, ids2str, fmtTimeSpan
|
from anki.utils import isMac, ids2str, fmtTimeSpan
|
||||||
import anki.js
|
import anki.js
|
||||||
from anki.errors import DeckRenameError
|
from anki.errors import DeckRenameError
|
||||||
@ -242,7 +242,7 @@ where id > ?""", (self.mw.col.sched.dayCutoff-86400)*1000)
|
|||||||
nonzeroColour(new, "#000099"))
|
nonzeroColour(new, "#000099"))
|
||||||
# options
|
# options
|
||||||
buf += "<td align=right class=opts>%s</td></tr>" % self.mw.button(
|
buf += "<td align=right class=opts>%s</td></tr>" % self.mw.button(
|
||||||
link="opts:%d"%did, name="<img valign=bottom src='qrc:/icons/gears.png'>▼")
|
link="opts:%d"%did, name="<img valign=bottom src='qrc:/icons/gears.png'>"+downArrow())
|
||||||
# children
|
# children
|
||||||
buf += self._renderDeckTree(children, depth+1)
|
buf += self._renderDeckTree(children, depth+1)
|
||||||
return buf
|
return buf
|
||||||
|
Loading…
Reference in New Issue
Block a user