Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)
This commit is contained in:
parent
381253b7b1
commit
bb446c1d96
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue