GNOME Bugzilla – Bug 335200
Remember zoom setting for new tabs
Last modified: 2006-10-06 10:50:28 UTC
Gnome-terminal should open new tabs with the same initial zoom factor as the original tab.
Not using the same zoom causes new tabs to resize the window. This may unfocus the window if you use sloppy focus (like I do).
Created attachment 62385 [details] [review] Proposed fix Sets the zoom factor of new tabs to the zoom factor of the current tab.
Ping...
Any chance to get this trivial change in? I'm pretty sure most people will love this change.
Ping, again... :(
This certainly is sane as is. The patch has an offset by now wrt HEAD, but applies cleanly. There is a hard code freeze as of today, so this has to be held until g-t branches off the next stable series.
2006-10-06 Wouter Bolsterlee <wbolster@gnome.org> * src/terminal-window.c: (new_tab_callback): Remember zoom setting for new tabs. Fixes bug #335200 .