Skip to content

Commit e19aea7

Browse files
committed
Update about.py
1 parent a39554b commit e19aea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qtapputils/widgets/about.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def __init__(self, icon: QIcon, title: str,
7373
text += "<p>" + system_info + "</p>"
7474
text += "</div>"
7575

76+
self.label = QLabel(text)
7677
self.label.setWordWrap(True)
7778
self.label.setAlignment(Qt.AlignTop)
7879
self.label.setOpenExternalLinks(True)

0 commit comments

Comments
 (0)