diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-23 09:38:52 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-23 09:38:52 +0100 |
| commit | f60d0e5ec6b945247ef076125c67dff557ae8ebd (patch) | |
| tree | a72860720f4c6493044a6e7b0c2d65af5c53fd1e /src/stylesheets/skyrim.qss | |
| parent | 1dd2acf07f55a7215c273620e9691f3b4548355d (diff) | |
Fix stylesheets for 2.4.
Diffstat (limited to 'src/stylesheets/skyrim.qss')
| -rw-r--r-- | src/stylesheets/skyrim.qss | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
