mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1970027 [[Enhancement] Remove border around Tag browser](https://bugs.launchpad.net/calibre/+bug/1970027)
This commit is contained in:
parent
0d9c8bba54
commit
3e06e32861
@ -627,7 +627,7 @@ class TagBrowserWidget(QFrame): # {{{
|
||||
|
||||
def __init__(self, parent):
|
||||
QFrame.__init__(self, parent)
|
||||
self.setFrameStyle(QFrame.Shape.NoFrame if gprefs['tag_browser_old_look'] else QFrame.Shape.StyledPanel)
|
||||
self.setFrameStyle(QFrame.Shape.NoFrame)
|
||||
self._parent = parent
|
||||
self._layout = QVBoxLayout(self)
|
||||
self._layout.setContentsMargins(0,0,0,0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user