fix lot of thing
This commit is contained in:
@@ -38,7 +38,7 @@ class AppInfoInterface(QWidget):
|
||||
mainLayout.setContentsMargins(30, 30, 30, 30)
|
||||
mainLayout.setAlignment(Qt.AlignmentFlag.AlignTop)
|
||||
|
||||
self.titleImageLabel = ImageLabel(":app/images/title.jpg", self)
|
||||
self.titleImageLabel = ImageLabel(":app/images/title.png", self)
|
||||
self.titleImageLabel.scaledToHeight(130)
|
||||
mainLayout.addWidget(self.titleImageLabel, 0, Qt.AlignmentFlag.AlignHCenter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user