Part: move icons to booleans subdirectory

The path to the icons is added to `AppPartGui.cpp`
using `Gui::BitmapFactory().addPath()`, so the icons are found
automatically in their new directories.
This commit is contained in:
vocx-fc
2020-10-05 19:06:44 -05:00
committed by wwmayer
parent db91c6f424
commit 3b671bf4a5
26 changed files with 28 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ if FreeCAD.GuiUp:
#--------------------------/translation-related code ----------------------------------------
def getIconPath(icon_dot_svg):
return ":/icons/" + icon_dot_svg
return icon_dot_svg
# -------------------------- /common stuff --------------------------------------------------