Match search bar margins to pp pane

fsp_feeds
Tyler Goodlet 2021-07-30 10:52:21 -04:00
parent 41b79d0f9a
commit b0ab240f9e
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ class SearchWidget(QtWidgets.QWidget):
self.godwidget = godwidget
self.vbox = QtWidgets.QVBoxLayout(self)
self.vbox.setContentsMargins(0, 0, 0, 0)
self.vbox.setContentsMargins(0, 4, 4, 0)
self.vbox.setSpacing(4)
# split layout for the (label:| search bar entry)