mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:54:28 +02:00
...
This commit is contained in:
parent
1f6f28cffe
commit
a6ebb4c040
1 changed files with 2 additions and 2 deletions
|
|
@ -212,9 +212,9 @@ def show_data(self, data):
|
|||
def _show_data(self, rows, comments):
|
||||
f = QFontInfo(QApplication.font(self.parent())).pixelSize()
|
||||
p = unicode(QApplication.palette().color(QPalette.Normal,
|
||||
QPalette.Base).name())
|
||||
QPalette.Window).name())
|
||||
c = unicode(QApplication.palette().color(QPalette.Normal,
|
||||
QPalette.Text).name())
|
||||
QPalette.WindowText).name())
|
||||
templ = u'''\
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue