Skip to content

Commit

Permalink
Downloads: unset autoFillBackground for queue scrollarea
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Feb 24, 2024
1 parent f3d870c commit 7b81017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rare/components/tabs/downloads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def __init__(self, parent=None):
queue_contents = QWidget(self.queue_scrollarea)
queue_contents.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)
self.queue_scrollarea.setWidget(queue_contents)
self.queue_scrollarea.widget().setAutoFillBackground(False)
self.queue_scrollarea.viewport().setAutoFillBackground(False)

queue_contents_layout = QVBoxLayout(queue_contents)
queue_contents_layout.setContentsMargins(0, 0, 3, 0)
Expand Down

0 comments on commit 7b81017

Please sign in to comment.