Zoom/maximize with one terminal in notebook tab

This commit is contained in:
Vulcalien 2022-04-09 11:15:36 +02:00
parent 978e0c9fd8
commit 04bd693586
1 changed files with 3 additions and 1 deletions

View File

@ -290,7 +290,9 @@ class Notebook(Container, Gtk.Notebook):
'ungroup-tab': top_window.ungroup_tab,
'move-tab': top_window.move_tab,
'tab-new': [top_window.tab_new, widget],
'navigate': top_window.navigate_terminal}
'navigate': top_window.navigate_terminal,
'zoom': top_window.zoom,
'maximise': [top_window.zoom, False]}
if maker.isinstance(widget, 'Terminal'):
for signal in signals: