Sketcher: move icons to splines subdirectory

Add the icon path to the workbench's `InitGui.py`.
This commit is contained in:
vocx-fc
2020-09-24 19:12:31 -05:00
committed by Yorik van Havre
parent c63dd6230f
commit 7a1d3a486c
12 changed files with 62 additions and 29 deletions

View File

@@ -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: