mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #1696944 [[Opinion] Seperator](https://bugs.launchpad.net/calibre/+bug/1696944)
This commit is contained in:
parent
2880e88b76
commit
6cb0757342
@ -187,6 +187,7 @@ class SearchBar(QWidget): # {{{
|
|||||||
l.addWidget(x)
|
l.addWidget(x)
|
||||||
self.vl_sep = QFrame(self)
|
self.vl_sep = QFrame(self)
|
||||||
self.vl_sep.setFrameShape(QFrame.VLine)
|
self.vl_sep.setFrameShape(QFrame.VLine)
|
||||||
|
self.vl_sep.setFrameShadow(QFrame.Sunken)
|
||||||
l.addWidget(self.vl_sep)
|
l.addWidget(self.vl_sep)
|
||||||
parent.virtual_library = x
|
parent.virtual_library = x
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user