We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5e50a commit e1186f1Copy full SHA for e1186f1
1 file changed
python/plugins/processing/gui/ScriptEditorDialog.py
@@ -60,6 +60,10 @@ def __init__(self, algType, alg):
60
QDialog.__init__(self)
61
self.setupUi(self)
62
63
+ self.setWindowFlags(Qt.WindowMinimizeButtonHint |
64
+ Qt.WindowMaximizeButtonHint |
65
+ Qt.WindowCloseButtonHint)
66
+
67
# Set icons
68
self.btnSave.setIcon(
69
QgsApplication.getThemeIcon('/mActionFileSave.svg'))
0 commit comments