From: Juri Linkov Date: Mon, 13 Sep 2021 07:58:44 +0000 (+0300) Subject: Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424) X-Git-Tag: emacs-28.0.90~1020 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb446c1d968f15c34c74e90f9319c3069bd6e025;p=emacs.git Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424) --- diff --git a/src/dispextern.h b/src/dispextern.h index f4c7575b352..6aefe43e195 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3202,7 +3202,7 @@ enum tab_bar_item_idx /* Default values of the above variables. */ -#define DEFAULT_TAB_BAR_BUTTON_MARGIN 4 +#define DEFAULT_TAB_BAR_BUTTON_MARGIN 1 #define DEFAULT_TAB_BAR_BUTTON_RELIEF 1 /* The height in pixels of the default tab-bar images. */