Skip to content

Commit

Permalink
changed Animate and Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolko-123 committed Nov 25, 2019
1 parent b8313a7 commit 90d43a7
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnimationLib.py
Expand Up @@ -29,7 +29,7 @@ def __init__(self):
def GetResources(self):
return {"MenuText": "Animate Assembly",
"ToolTip": "Animate Assembly",
"Pixmap" : os.path.join( iconPath , 'Asm4_Solver.svg')
"Pixmap" : os.path.join( iconPath , 'Asm4_GearsAnimate.svg')
}


Expand Down
290 changes: 290 additions & 0 deletions Resources/icons/Asm4_GearsAnimate.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion updateAssemblyCmd.py
Expand Up @@ -19,7 +19,7 @@ class updateAssembly:
def GetResources(self):
return {"MenuText": "Solve and Update Assembly",
"ToolTip": "Update Assembly",
"Pixmap" : os.path.join( iconPath , 'Asm4_Update.svg')
"Pixmap" : os.path.join( iconPath , 'Asm4_Solver.svg')
}

def IsActive(self):
Expand Down

0 comments on commit 90d43a7

Please sign in to comment.