Skip to content

Commit

Permalink
Style fix and remove icon for "Rename terminal" action
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jul 7, 2017
1 parent ec45980 commit 6829b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spyder_terminal/terminalplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ def get_plugin_actions(self):
self.create_new_term(
path=self.current_file_path))

rename_tab_action = create_action(self, _("Rename terminal"),
icon=ima.icon('rename'),
triggered=self.tab_name_editor)
rename_tab_action = create_action(self,
_("Rename terminal"),
triggered=self.tab_name_editor)

self.menu_actions = [new_terminal_cwd, self.new_terminal_project,
new_terminal_file, MENU_SEPARATOR,
Expand Down

0 comments on commit 6829b44

Please sign in to comment.