Skip to content
Permalink
Browse files
fix indentation
  • Loading branch information
alexbruy committed Feb 5, 2018
1 parent 4f2a464 commit 54167bc
Showing 1 changed file with 2 additions and 2 deletions.
@@ -114,8 +114,8 @@ def __init__(self, model=None):
QgsApplication.getThemeIcon('/mActionSaveAsPDF.svg'))
self.mActionExportSvg.setIcon(
QgsApplication.getThemeIcon('/mActionSaveAsSVG.svg'))
#~ self.mActionExportPython.setIcon(
#~ QgsApplication.getThemeIcon('/mActionSaveAsPython.svg'))
#self.mActionExportPython.setIcon(
# QgsApplication.getThemeIcon('/mActionSaveAsPython.svg'))
self.mActionEditHelp.setIcon(
QgsApplication.getThemeIcon('/mActionEditHelpContent.svg'))
self.mActionRun.setIcon(

0 comments on commit 54167bc

Please sign in to comment.