mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
theme: rename title_height to titlebar_height
Also removed the redundant initialization of title_height in theme_builtin().
This commit is contained in:
parent
1639919889
commit
9580caf8f8
5 changed files with 21 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue