Skip to content

Commit

Permalink
remove load template button action and fix double separator
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Mar 31, 2018
1 parent 33caf9b commit 61c3b48
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions python/plugins/processing/ui/DlgScriptEditor.ui
Expand Up @@ -106,8 +106,6 @@
<addaction name="actionOpenScript"/>
<addaction name="actionSaveScript"/>
<addaction name="actionSaveScriptAs"/>
<addaction name="actionLoadFromTemplate"/>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="actionRunScript"/>
<addaction name="separator"/>
Expand Down Expand Up @@ -156,14 +154,6 @@
<string>Ctrl+Shift+S</string>
</property>
</action>
<action name="actionLoadFromTemplate">
<property name="text">
<string>Load script from template</string>
</property>
<property name="toolTip">
<string>Load script from template</string>
</property>
</action>
<action name="actionRunScript">
<property name="text">
<string>Run script</string>
Expand Down

0 comments on commit 61c3b48

Please sign in to comment.