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/vs15 Dark.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stylesheets/vs15 Dark.qss') diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index af29a696..7368f230 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -547,7 +547,7 @@ QHeaderView::up-arrow { image: url(./vs15/sort-asc.png); margin-bottom: -37px; } -DownloadListWidget QHeaderView::up-arrow { +DownloadListView QHeaderView::up-arrow { margin-bottom: -47px; } QHeaderView::down-arrow { @@ -621,11 +621,11 @@ QProgressBar { QProgressBar::chunk { background: #06B025; } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 16px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } -- cgit v1.3.1