mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
remove sidebar margins
This commit is contained in:
parent
ee1ed033a2
commit
0bf2538989
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue