theme: rename title_height to titlebar_height

Also removed the redundant initialization of title_height in
theme_builtin().
This commit is contained in:
tokyo4j 2024-11-12 12:37:26 +09:00 committed by Johan Malm
parent 1639919889
commit 9580caf8f8
5 changed files with 21 additions and 22 deletions

View file

@ -44,7 +44,7 @@ struct theme {
int window_titlebar_padding_width;
int window_titlebar_padding_height;
int title_height;
int titlebar_height;
float window_toggled_keybinds_color[4];
enum lab_justification window_label_text_justify;