emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bb446c1 2/2: Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4


From: Juri Linkov
Subject: master bb446c1 2/2: Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)
Date: Mon, 13 Sep 2021 03:59:08 -0400 (EDT)

branch: master
commit bb446c1d968f15c34c74e90f9319c3069bd6e025
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)
---
 src/dispextern.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dispextern.h b/src/dispextern.h
index f4c7575..6aefe43 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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]