Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)

This commit is contained in:
Juri Linkov 2021-09-13 10:58:44 +03:00
parent 381253b7b1
commit bb446c1d96

View 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. */