theme: Rename separator_width to separator_line_thickness

This commit is contained in:
Consolatis 2022-12-06 12:01:44 +01:00 committed by Johan Malm
parent ccf68c5950
commit 3da7cfd8c6
3 changed files with 5 additions and 6 deletions

View file

@ -50,7 +50,7 @@ struct theme {
float menu_items_active_bg_color[4];
float menu_items_active_text_color[4];
int menu_separator_width;
int menu_separator_line_thickness;
int menu_separator_padding_width;
int menu_separator_padding_height;
float menu_separator_color[4];