trying out another icon

This commit is contained in:
2021-10-29 12:36:49 +02:00
parent d4db320e17
commit 029d60fc77
3 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class AboutDialog(QDialog):
heading_app_name.setFont(QFont("default", 25))
heading_app_name.setTextInteractionFlags(Qt.TextInteractionFlag.TextSelectableByMouse)
app_icon = QLabel()
app_icon.setPixmap(QPixmap("icon6.png"))
app_icon.setPixmap(QPixmap("icon7.png"))
heading = QWidget(self)
hbox = QHBoxLayout(heading)
hbox.addWidget(app_icon)