Navigation Menu

Skip to content

Commit

Permalink
[processing] change icon for options action in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Jan 23, 2018
1 parent eb8a810 commit 36768aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -224,7 +224,7 @@ def initGui(self):
self.toolbox.processingToolbar.addAction(self.resultsAction)

self.optionsAction = QAction(
QgsApplication.getThemeIcon("/processingAlgorithm.svg"),
QgsApplication.getThemeIcon("/mActionOptions.svg"),
self.tr('Options'), self.iface.mainWindow())
self.optionsAction.setObjectName('optionsAction')
self.optionsAction.triggered.connect(self.openProcessingOptions)
Expand Down

0 comments on commit 36768aa

Please sign in to comment.