diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-02-23 17:19:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 17:19:43 +0100 |
| commit | 0ca21d9a5e120b86ef164df552ab68bc90398dd9 (patch) | |
| tree | a72860720f4c6493044a6e7b0c2d65af5c53fd1e /src/stylesheets/skyrim.qss | |
| parent | 708402106743427fd1f4d40d83dd67da9add9a92 (diff) | |
| parent | f60d0e5ec6b945247ef076125c67dff557ae8ebd (diff) | |
Merge pull request #1429 from Holt59/fix-stylesheets
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; } |
