Sketcher: move icons to splines subdirectory
Add the icon path to the workbench's `InitGui.py`.
This commit is contained in:
@@ -47,6 +47,7 @@ class SketcherWorkbench ( Workbench ):
|
||||
Gui.addIconPath(":/icons/geometry")
|
||||
# Gui.addIconPath(":/icons/obsolete")
|
||||
Gui.addIconPath(":/icons/pointers")
|
||||
Gui.addIconPath(":/icons/splines")
|
||||
try:
|
||||
import Profiles
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user