mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
increase overview width
fixes wrapped button on https://anki.tenderapp.com/discussions/ankidesktop/29948-214-bugs
This commit is contained in:
parent
2866248314
commit
c535783091
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ to their original deck.""")
|
||||||
self.mw.col.sched.finishedMsg())
|
self.mw.col.sched.finishedMsg())
|
||||||
else:
|
else:
|
||||||
return '''
|
return '''
|
||||||
<table width=300 cellpadding=5>
|
<table width=400 cellpadding=5>
|
||||||
<tr><td align=center valign=top>
|
<tr><td align=center valign=top>
|
||||||
<table cellspacing=5>
|
<table cellspacing=5>
|
||||||
<tr><td>%s:</td><td><b><font color=#00a>%s</font></b></td></tr>
|
<tr><td>%s:</td><td><b><font color=#00a>%s</font></b></td></tr>
|
||||||
|
|
Loading…
Reference in a new issue