mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
9e51ab957c
commit
8966531d29
@ -17,7 +17,6 @@ class TOCView(QTreeView):
|
||||
|
||||
def __init__(self, *args):
|
||||
QTreeView.__init__(self, *args)
|
||||
self.setAttribute(Qt.WA_OpaquePaintEvent, False)
|
||||
self.setStyleSheet('''
|
||||
QTreeView {
|
||||
background-color: palette(window);
|
||||
|
Loading…
x
Reference in New Issue
Block a user