Remove QListView border
Fixes #7937 (cherry picked from commit 3ee2858a141e62ca7d3473f1c2fefb1108c62535)
This commit is contained in:
parent
a921cdf9af
commit
80783a7b54
|
|
@ -35,6 +35,7 @@ class DownloadView(QListView):
|
|||
QListView {
|
||||
background-color: {{ conf.colors.downloads.bar.bg }};
|
||||
font: {{ conf.fonts.downloads }};
|
||||
border: 0;
|
||||
}
|
||||
|
||||
QListView::item {
|
||||
|
|
|
|||
Loading…
Reference in New Issue