trying out another icon
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user