Skip to content

Commit

Permalink
Restore Break Tool icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sdouglas committed Feb 20, 2022
1 parent fceb16a commit b64d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadnano2/ui/mainwindow/ui_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def setupUi(self, MainWindow):
self.actionPathBreak = QtGui.QAction(MainWindow)
self.actionPathBreak.setCheckable(True)
self.actionPathBreak.setChecked(False)
icon5 = QtGui.QIcon('alticons:path-break_48.png')
icon5 = QtGui.QIcon('icons:path-break_48.png')
self.actionPathBreak.setIcon(icon5)
self.actionPathBreak.setObjectName("actionPathBreak")
self.actionPathSelect = QtGui.QAction(MainWindow)
Expand Down

0 comments on commit b64d94a

Please sign in to comment.