Variable: auto-resize-tab-bars
auto-resize-tab-bars is a variable defined in xdisp.c.
Value
t
Documentation
Non-nil means automatically resize tab-bars.
This dynamically changes the tab-bar's height to the minimum height
that is needed to make all tab-bar items visible.
If value is grow-only, the tab-bar's height is only increased
automatically; to decrease the tab-bar height, use M-x recenter (recenter),
after setting recenter-redisplay to the value of t.
Source Code
// Defined in /usr/src/emacs/src/xdisp.c
DEFVAR_LISP ("auto-resize-tab-bars", Vauto_resize_tab_bars,
doc: /* Non-nil means automatically resize tab-bars.
This dynamically changes the tab-bar's height to the minimum height
that is needed to make all tab-bar items visible.
If value is `grow-only', the tab-bar's height is only increased
automatically; to decrease the tab-bar height, use \\[recenter],
after setting `recenter-redisplay' to the value of t. */);