Skip to content

Commit

Permalink
Keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHazelden committed Nov 26, 2019
1 parent 37149e1 commit 66911b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/keybinds_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def SaveByCSV():
import fx
import csv

path = '/Applications/SilhouetteFX/Silhouette v7/Silhouette.app/Contents/Resources/scripts/node_shape.csv'
path = '/Applications/SilhouetteFX/Silhouette v7.5/Silhouette.app/Contents/Resources/scripts/node_shape.csv'

# Prepare CSV writing
with open(path, 'wb') as fp:
Expand Down Expand Up @@ -670,7 +670,7 @@ def SnapDialog():

buttonLabels = ['Align Vertical', 'Align Horizontal', 'Stack Horizontal', 'Stack Vertical', 'Distribute Spaces Horizontal', 'Distribute Spaces Vertical', 'CSV', 'Snap to Grid']

iconFolder = '/Applications/SilhouetteFX/Silhouette v7/Silhouette.app/Contents/Resources/scripts/icons/'
iconFolder = '/Applications/SilhouetteFX/Silhouette v7.5/Silhouette.app/Contents/Resources/scripts/icons/'

# Create the buttons
button = QPushButton(snapWindow)
Expand Down

0 comments on commit 66911b0

Please sign in to comment.