mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
Fix #1696944 [[Opinion] Seperator](https://bugs.launchpad.net/calibre/+bug/1696944)
This commit is contained in:
@@ -187,6 +187,7 @@ class SearchBar(QWidget): # {{{
|
||||
l.addWidget(x)
|
||||
self.vl_sep = QFrame(self)
|
||||
self.vl_sep.setFrameShape(QFrame.VLine)
|
||||
self.vl_sep.setFrameShadow(QFrame.Sunken)
|
||||
l.addWidget(self.vl_sep)
|
||||
parent.virtual_library = x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user