remove sidebar margins
This commit is contained in:
parent
ee1ed033a2
commit
0bf2538989
@ -914,6 +914,8 @@ QTableView {{ gridline-color: {grid} }}
|
|||||||
l = QVBoxLayout()
|
l = QVBoxLayout()
|
||||||
l.addWidget(searchBar)
|
l.addWidget(searchBar)
|
||||||
l.addWidget(self.sidebar)
|
l.addWidget(self.sidebar)
|
||||||
|
l.setContentsMargins(0, 0, 0, 0)
|
||||||
|
l.setSpacing(0)
|
||||||
w = QWidget()
|
w = QWidget()
|
||||||
w.setLayout(l)
|
w.setLayout(l)
|
||||||
dw.setWidget(w)
|
dw.setWidget(w)
|
||||||
|
Loading…
Reference in New Issue
Block a user