mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
theme: fix incorrect default for <titlebar><showTitle>
This commit is contained in:
parent
95bc420403
commit
9d251a96b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1413,7 +1413,7 @@ rcxml_init(void)
|
|||
rc.placement_cascade_offset_y = 0;
|
||||
|
||||
rc.xdg_shell_server_side_deco = true;
|
||||
rc.show_title = false;
|
||||
rc.show_title = true;
|
||||
rc.title_layout_loaded = false;
|
||||
rc.ssd_keep_border = true;
|
||||
rc.corner_radius = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue