From f60d0e5ec6b945247ef076125c67dff557ae8ebd Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 23 Feb 2021 09:38:52 +0100 Subject: Fix stylesheets for 2.4. --- src/stylesheets/dark.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stylesheets/dark.qss') diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 1bf5c819..b7a185e5 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -374,15 +374,15 @@ QTreeView::branch:open:has-children:has-siblings image: url(:/stylesheet/branch-open.png); } -DownloadListWidget QLabel#installLabel { +DownloadListView QLabel#installLabel { color: none; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } -- cgit v1.3.1