]> git.eshelyaron.com Git - emacs.git/commitdiff
Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)
authorJuri Linkov <juri@linkov.net>
Mon, 13 Sep 2021 07:58:44 +0000 (10:58 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 13 Sep 2021 07:58:44 +0000 (10:58 +0300)
src/dispextern.h

index f4c7575b352db288b1c79de51418dc5f15e51daf..6aefe43e1950a132a9247296f7a9c12d62ff456a 100644 (file)
@@ -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.  */