BIM: drop unnecessary setPixmap from wellcome window

The image is already set in the UI file, it is not necessary to set it again
This commit is contained in:
Jiří Pinkava
2024-09-16 09:08:00 +02:00
committed by Yorik van Havre
parent c8a12f81e8
commit b2faf00fa3

View File

@@ -46,9 +46,6 @@ class BIM_Welcome:
# load dialog
self.form = FreeCADGui.PySideUic.loadUi(":ui/dialogWelcome.ui")
# set the title image
self.form.image.setPixmap(QtGui.QPixmap(":/icons/banner.png"))
# handle the tutorial links
self.form.label_4.linkActivated.connect(self.handleLink)
self.form.label_7.linkActivated.connect(self.handleLink)