1
0
Fork 0
mirror of synced 2024-06-28 19:21:05 +12:00

IconWidget: Fix typo in install_btn css selector

This commit is contained in:
loathingKernel 2023-02-17 10:49:34 +02:00
parent 9b856e5f8e
commit 922b1472dd

View file

@ -116,7 +116,7 @@ class IconWidget(object):
self.install_btn.setObjectName(f"{type(self).__name__}InstallButton")
self.install_btn.setStyleSheet(
f"""
PushButton#{self.install_btn.objectName()} {{
QPushButton#{self.install_btn.objectName()} {{
border-radius: 10%;
background-color: rgba(0, 0, 0, 65%);
border-color: black; border-width: 1px;