##// END OF EJS Templates
Rename relayout to _update_layout
Matthias Bussonnier -
Show More
@@ -93,7 +93,7 b' class TerminalInteractiveShell(InteractiveShell):'
93 'the completion menu')
93 'the completion menu')
94
94
95 def _space_for_menu_changed(self, old, new):
95 def _space_for_menu_changed(self, old, new):
96 self.relayout()
96 self._update_layout()
97
97
98 pt_cli = None
98 pt_cli = None
99
99
@@ -287,7 +287,7 b' class TerminalInteractiveShell(InteractiveShell):'
287 }
287 }
288
288
289
289
290 def _relayout(self):
290 def _update_layout(self):
291 """
291 """
292 Ask for a re computation of the application layout, if for example ,
292 Ask for a re computation of the application layout, if for example ,
293 some configuration options have changed.
293 some configuration options have changed.
General Comments 0
You need to be logged in to leave comments. Login now