mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove border from category panels in the preferences dialog on windows
This commit is contained in:
parent
2b6561b7aa
commit
82a185744a
@ -87,6 +87,8 @@ class Category(QWidget): # {{{
|
||||
self.plugins = plugins
|
||||
|
||||
self.bar = QToolBar(self)
|
||||
self.bar.setStyleSheet(
|
||||
'QToolBar { border: none; background: none }')
|
||||
self.bar.setIconSize(QSize(48, 48))
|
||||
self.bar.setMovable(False)
|
||||
self.bar.setFloatable(False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user