use a different unicode arrow

the smaller arrow doesn't appear to be supported on English W10 installs
This commit is contained in:
Damien Elmes 2015-09-26 13:02:27 +10:00
parent 713667d015
commit 96a18d2872

View File

@ -242,7 +242,7 @@ where id > ?""", (self.mw.col.sched.dayCutoff-86400)*1000)
nonzeroColour(new, "#000099"))
# options
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'>&#9662;")
link="opts:%d"%did, name="<img valign=bottom src='qrc:/icons/gears.png'>&#9660;")
# children
buf += self._renderDeckTree(children, depth+1)
return buf