add gradient tab rendering mode
This commit is contained in:
parent
d07c2a5cc9
commit
f27d2338d2
4 changed files with 124 additions and 13 deletions
1
config.h
1
config.h
|
|
@ -475,6 +475,7 @@ struct config {
|
|||
enum {
|
||||
CONF_TABS_STYLE_ROUNDED,
|
||||
CONF_TABS_STYLE_SQUARE,
|
||||
CONF_TABS_STYLE_GRADIENT,
|
||||
} style;
|
||||
enum {
|
||||
CONF_TABS_LAYOUT_SPAN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue