Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 26, 2016
1 parent d16f04b commit af20121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/ScriptEditorDialog.py
Expand Up @@ -62,8 +62,8 @@ def __init__(self, algType, alg):
super(ScriptEditorDialog, self).__init__(None)
self.setupUi(self)

self.setWindowFlags(Qt.WindowMinimizeButtonHint |
Qt.WindowMaximizeButtonHint |
self.setWindowFlags(Qt.WindowMinimizeButtonHint |
Qt.WindowMaximizeButtonHint |
Qt.WindowCloseButtonHint)
# Set icons
self.btnOpen.setIcon(
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -61,8 +61,8 @@ def __init__(self, alg=None):

self.zoom = 1

self.setWindowFlags(Qt.WindowMinimizeButtonHint |
Qt.WindowMaximizeButtonHint |
self.setWindowFlags(Qt.WindowMinimizeButtonHint |
Qt.WindowMaximizeButtonHint |
Qt.WindowCloseButtonHint)

settings = QSettings()
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/modeler/ModelerUtils.py
Expand Up @@ -48,4 +48,3 @@ def modelsFolders():
return folder.split(';')
else:
return [ModelerUtils.defaultModelsFolder()]

0 comments on commit af20121

Please sign in to comment.