use a different unicode arrow
the smaller arrow doesn't appear to be supported on English W10 installs
This commit is contained in:
parent
713667d015
commit
96a18d2872
@ -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'>▾")
|
||||
link="opts:%d"%did, name="<img valign=bottom src='qrc:/icons/gears.png'>▼")
|
||||
# children
|
||||
buf += self._renderDeckTree(children, depth+1)
|
||||
return buf
|
||||
|
Loading…
Reference in New Issue
Block a user