After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335200 - Remember zoom setting for new tabs
Remember zoom setting for new tabs
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-20 09:50 UTC by Wouter Bolsterlee (uws)
Modified: 2006-10-06 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (839 bytes, patch)
2006-03-30 12:35 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Wouter Bolsterlee (uws) 2006-03-20 09:50:02 UTC
Gnome-terminal should open new tabs with the same initial zoom factor as the original tab.
Comment 1 Wouter Bolsterlee (uws) 2006-03-30 11:40:01 UTC
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).
Comment 2 Wouter Bolsterlee (uws) 2006-03-30 12:35:41 UTC
Created attachment 62385 [details] [review]
Proposed fix

Sets the zoom factor of new tabs to the zoom factor of the current tab.
Comment 3 Wouter Bolsterlee (uws) 2006-04-27 23:20:26 UTC
Ping...
Comment 4 Wouter Bolsterlee (uws) 2006-05-11 09:43:00 UTC
Any chance to get this trivial change in? I'm pretty sure most people will love this change.
Comment 5 Wouter Bolsterlee (uws) 2006-06-07 09:18:46 UTC
Ping, again... :(
Comment 6 Mariano Suárez-Alvarez 2006-08-29 00:38:41 UTC
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.
Comment 7 Wouter Bolsterlee (uws) 2006-10-06 10:50:28 UTC
2006-10-06  Wouter Bolsterlee  <wbolster@gnome.org>

    * src/terminal-window.c: (new_tab_callback):
    Remember zoom setting for new tabs. Fixes bug #335200 .