diff options
| author | Juri Linkov | 2021-09-13 10:58:44 +0300 |
|---|---|---|
| committer | Juri Linkov | 2021-09-13 10:58:44 +0300 |
| commit | bb446c1d968f15c34c74e90f9319c3069bd6e025 (patch) | |
| tree | 479dd5811ec2190e891b61028b8c592bb0bbff9b /src | |
| parent | 381253b7b16bda29a9cc173e7417fb9938f3c39a (diff) | |
| download | emacs-bb446c1d968f15c34c74e90f9319c3069bd6e025.tar.gz emacs-bb446c1d968f15c34c74e90f9319c3069bd6e025.zip | |
Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 3202 | 3202 | ||
| 3203 | /* Default values of the above variables. */ | 3203 | /* Default values of the above variables. */ |
| 3204 | 3204 | ||
| 3205 | #define DEFAULT_TAB_BAR_BUTTON_MARGIN 4 | 3205 | #define DEFAULT_TAB_BAR_BUTTON_MARGIN 1 |
| 3206 | #define DEFAULT_TAB_BAR_BUTTON_RELIEF 1 | 3206 | #define DEFAULT_TAB_BAR_BUTTON_RELIEF 1 |
| 3207 | 3207 | ||
| 3208 | /* The height in pixels of the default tab-bar images. */ | 3208 | /* The height in pixels of the default tab-bar images. */ |