Adjusted bar height

This commit is contained in:
Alexis Jhon Gaspar 2023-10-07 19:29:11 +08:00
parent 88e5f6e91d
commit 6dfff6ae78

View file

@ -56,7 +56,7 @@ static const int showtab = showtab_auto; /* Default tab b
static const int toptab = False; /* False means bottom tab bar */
#endif // TAB_PATCH
#if BAR_HEIGHT_PATCH
static const int bar_height = 0; /* 0 means derive from font, >= 1 explicit height */
static const int bar_height = 24; /* 0 means derive from font, >= 1 explicit height */
#endif // BAR_HEIGHT_PATCH
#if BAR_PADDING_PATCH
static const int vertpad = 10; /* vertical padding of bar */