mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
Refactor title height to use 'titlebar.height' from themerc
This commit is contained in:
parent
0acdf041b8
commit
47a80fc4f2
4 changed files with 18 additions and 8 deletions
|
|
@ -20,6 +20,7 @@ enum lab_justification {
|
|||
struct theme {
|
||||
int border_width;
|
||||
int padding_height;
|
||||
int title_height;
|
||||
int menu_overlap_x;
|
||||
int menu_overlap_y;
|
||||
|
||||
|
|
@ -92,7 +93,6 @@ struct theme {
|
|||
struct lab_data_buffer *corner_top_right_inactive_normal;
|
||||
|
||||
/* not set in rc.xml/themerc, but derived from font & padding_height */
|
||||
int title_height;
|
||||
int osd_window_switcher_item_height;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue