This commit is contained in:
Kovid Goyal 2017-06-09 18:39:48 +05:30
parent 2880e88b76
commit 6cb0757342
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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