]> git.mdlowis.com Git - proto/labwc.git/commit
menu: add title theme options (#2097)
authordroc12345 <80716141+droc12345@users.noreply.github.com>
Wed, 21 Aug 2024 17:27:07 +0000 (12:27 -0500)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 17:27:07 +0000 (18:27 +0100)
commit8fda9968e63562b401d9f96b4f1a7171c8740dd6
treeb90761270f678557d4c538be2884b552c581634e
parent6564e1bc8d2fbdfa02c5d03d53dbc5b63180dd62
menu: add title theme options (#2097)

Add theme options `menu.title.text.color` and `menu.title.text.justify`.

Add font place MenuHeader: `<font place="MenuHeader">`

Add `Oblique` font style

```
<theme>
  <font>
    <slant>Oblique</slant>
  </font>
</theme>
```
12 files changed:
docs/labwc-config.5.scd
docs/labwc-theme.5.scd
docs/menu.xml
docs/rc.xml.all
docs/themerc
include/common/font.h
include/config/rcxml.h
include/theme.h
src/common/font.c
src/config/rcxml.c
src/menu/menu.c
src/theme.c