mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
ssd: use dynamic titlebar height based on font size and padding
This commit is contained in:
parent
3bb44fc9f2
commit
e4f1f9a975
9 changed files with 23 additions and 18 deletions
|
|
@ -69,6 +69,7 @@ main(int argc, char *argv[])
|
|||
|
||||
struct theme theme = { 0 };
|
||||
theme_init(&theme, rc.theme_name);
|
||||
rc.theme = &theme;
|
||||
server.theme = &theme;
|
||||
|
||||
menu_init_rootmenu(&server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue