mirror of
https://github.com/labwc/labwc.git
synced 2026-02-06 04:06:33 -05:00
theme: change window.label.text.justify default to center
It just looks better :)
This commit is contained in:
parent
3d337857b7
commit
f925fe5893
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ theme_builtin(struct theme *theme)
|
|||
|
||||
parse_hexstr("#000000", theme->window_active_label_text_color);
|
||||
parse_hexstr("#000000", theme->window_inactive_label_text_color);
|
||||
theme->window_label_text_justify = parse_justification("Left");
|
||||
theme->window_label_text_justify = parse_justification("Center");
|
||||
|
||||
parse_hexstr("#000000",
|
||||
theme->window_active_button_menu_unpressed_image_color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue