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/skyrim.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stylesheets/skyrim.qss') diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss index ffd42640..7006e09a 100644 --- a/src/stylesheets/skyrim.qss +++ b/src/stylesheets/skyrim.qss @@ -559,11 +559,11 @@ QProgressBar { QProgressBar::chunk { background: url(./skyrim/progress-bar-chunk.png) center center repeat-x qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #95BED9, stop:0.78781 #6EB9CE); } -DownloadListWidget[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item { padding: 15px; } -DownloadListWidget[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item { padding: 4px; } -- cgit v1.3.1