Remove QListView border

Fixes #7937

(cherry picked from commit 3ee2858a141e62ca7d3473f1c2fefb1108c62535)
This commit is contained in:
Florian Bruhin 2023-09-25 16:57:50 +02:00
parent a921cdf9af
commit 80783a7b54
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class DownloadView(QListView):
QListView {
background-color: {{ conf.colors.downloads.bar.bg }};
font: {{ conf.fonts.downloads }};
border: 0;
}
QListView::item {