theme: allow to set window button size

This commit introduces new option "window.button.width". Despite the name
it currently affects both width and height.
This commit is contained in:
Consus 2024-07-06 12:05:15 +03:00 committed by Johan Malm
parent 46ec513630
commit edf30461c0
14 changed files with 59 additions and 33 deletions

View file

@ -45,6 +45,9 @@ struct theme {
float window_inactive_label_text_color[4];
enum lab_justification window_label_text_justify;
/* button width */
int window_button_width;
/* button colors */
float window_active_button_menu_unpressed_image_color[4];
float window_active_button_iconify_unpressed_image_color[4];