Part: [skip ci] fix path of attachment icon

This commit is contained in:
wmayer
2021-01-30 17:22:54 +01:00
parent 756654c46e
commit b896bb4f2a

View File

@@ -224,7 +224,7 @@ class AttachmentEditorTaskPanel(FrozenClass):
import os
self.form=uic.loadUi(os.path.dirname(__file__) + os.path.sep + 'TaskAttachmentEditor.ui')
self.form.setWindowIcon(QtGui.QIcon(':/icons/Part_Attachment.svg'))
self.form.setWindowIcon(QtGui.QIcon(':/icons/tools/Part_Attachment.svg'))
self.form.setWindowTitle(_translate('AttachmentEditor',"Attachment",None))
self.form.attachmentOffsetX.setProperty("unit", "mm")