Start work on options for tab bar vertical margins

Create the option, now need to implement it.
This commit is contained in:
Kovid Goyal
2021-06-05 08:09:27 +05:30
parent 7dc3184f31
commit f3977da8f3
7 changed files with 73 additions and 14 deletions

View File

@@ -73,6 +73,9 @@ typedef struct {
bool detect_urls;
bool tab_bar_hidden;
double font_size;
struct {
double outer, inner;
} tab_bar_margin_height;
} Options;
typedef struct {