Sketcher: move icons to tools subdirectory

Add the icon path to the workbench's `InitGui.py`.
This commit is contained in:
vocx-fc
2020-09-24 23:58:48 -05:00
committed by Yorik van Havre
parent 7a1d3a486c
commit 5c14c8f3fa
18 changed files with 41 additions and 30 deletions

View File

@@ -48,6 +48,7 @@ class SketcherWorkbench ( Workbench ):
# Gui.addIconPath(":/icons/obsolete")
Gui.addIconPath(":/icons/pointers")
Gui.addIconPath(":/icons/splines")
Gui.addIconPath(":/icons/tools")
try:
import Profiles
except ImportError: