Skip to content

Commit

Permalink
Attempting to fix missing collapse issue #65
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Oct 4, 2022
1 parent 8c16280 commit 44512de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrave_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def initGui(self):
self.openProjectAction.setStatusTip('Open QRAVE project')
self.openProjectAction.setWhatsThis('Open QRAVE project')

self.closeAllProjectsAction = QAction(QIcon(':plugins/qrave_toolbar/collapse.png'), self.tr(u'Close All Riverscapes Projects'), self.iface.mainWindow())
self.closeAllProjectsAction = QAction(QIcon(':/plugins/qrave_toolbar/collapse.png'), self.tr(u'Close All Riverscapes Projects'), self.iface.mainWindow())
self.closeAllProjectsAction.triggered.connect(self.closeAllProjects)

self.closeAllProjectsAction.setStatusTip('Close all open Riverscapes projects')
Expand Down

0 comments on commit 44512de

Please sign in to comment.