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/vs15 Dark-Yellow.qss | |
| parent | 1dd2acf07f55a7215c273620e9691f3b4548355d (diff) | |
Fix stylesheets for 2.4.
Diffstat (limited to 'src/stylesheets/vs15 Dark-Yellow.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Yellow.qss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index 63688511..83610ea6 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.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; } |
