1
0
Fork 0
mirror of synced 2024-09-29 08:51:43 +13:00

Update rare/components/tabs/downloads/groups.py

Co-authored-by: multisn8 <contact@multisamplednight.com>
This commit is contained in:
Stelios Tsampas 2023-02-20 11:32:48 +02:00 committed by GitHub
parent ca3a2893f9
commit 05e538ca5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ class UpdateGroup(QGroupBox):
self.__text = QLabel(self.tr("No updates available")) self.__text = QLabel(self.tr("No updates available"))
self.__text.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed) self.__text.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed)
# lk: For findChildren to work, the upates's layout has to be in a widget # lk: For findChildren to work, the update's layout has to be in a widget
self.__container = QWidget(self) self.__container = QWidget(self)
self.__container.setVisible(False) self.__container.setVisible(False)
container_layout = QVBoxLayout(self.__container) container_layout = QVBoxLayout(self.__container)