remove sidebar margins

This commit is contained in:
Damien Elmes 2021-02-02 16:35:42 +10:00
parent ee1ed033a2
commit 0bf2538989

View File

@ -914,6 +914,8 @@ QTableView {{ gridline-color: {grid} }}
l = QVBoxLayout()
l.addWidget(searchBar)
l.addWidget(self.sidebar)
l.setContentsMargins(0, 0, 0, 0)
l.setSpacing(0)
w = QWidget()
w.setLayout(l)
dw.setWidget(w)