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/Transparent-Style-BOS.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/Transparent-Style-BOS.qss')
| -rw-r--r-- | src/stylesheets/Transparent-Style-BOS.qss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss index 0b4ba23d..4812ca37 100644 --- a/src/stylesheets/Transparent-Style-BOS.qss +++ b/src/stylesheets/Transparent-Style-BOS.qss @@ -225,10 +225,10 @@ QHeaderView::down-arrow{ background-color:rgba(154,154,0,0.3); padding: 3px; } -/*#DownloadListWidget{ +/*#DownloadListView{ } */ - #DownloadListWidget{ + #DownloadListView{ outline: 1px solid #e8e8e8; border: 0px solid #9a9a00; } |
