mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
make preview more like main window
This commit is contained in:
parent
a188f9d5c1
commit
78ae7f48e6
1 changed files with 1 additions and 0 deletions
|
@ -662,6 +662,7 @@ class PreviewDialog(QDialog):
|
|||
self.dialog.webView.setHtml(
|
||||
"<style>" + self.deck.css + "</style>" +
|
||||
mungeQA(self.deck, c.htmlQuestion()) +
|
||||
"<br><br><hr><br><br>" +
|
||||
mungeQA(self.deck, c.htmlAnswer()))
|
||||
playFromText(c.question)
|
||||
playFromText(c.answer)
|
||||
|
|
Loading…
Reference in a new issue