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/dracula.qss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/stylesheets/dracula.qss') diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 9beba52d..a3197f67 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -406,23 +406,23 @@ SaveGameInfoWidget { * Downloads */ - 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; } -DownloadListWidget::item:hover { +DownloadListView::item:hover { padding: 0px; } -DownloadListWidget::item:selected { +DownloadListView::item:selected { padding: 0px; } -- cgit v1.3.1