Material: fix icon path

This commit is contained in:
wmayer
2023-03-27 11:26:55 +02:00
committed by wwmayer
parent 611ed8f56a
commit 2801f07221

View File

@@ -59,7 +59,7 @@ class MaterialEditor:
self.initialIndex = -1
self.card_path = card_path
filePath = os.path.dirname(__file__) + os.sep
self.iconPath = (filePath + "Resources" + os.sep + "Icons" + os.sep)
self.iconPath = (filePath + "Resources" + os.sep + "icons" + os.sep)
# load the UI file from the same directory as this script
self.widget = FreeCADGui.PySideUic.loadUi(filePath + "materials-editor.ui")