Change font- related properties for MenuItem in MenuBar #9383
Unanswered
soulchainer
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
MenuItem
titles in Slint cannot have theirfont-size
or otherfont-
properties customized.MenuBar
and its children (Menu
andMenuItem
) do not acceptfont-
related properties. Settingdefault-font-size
ordefault-font-family
on a parentWindow
only affectsMenu
titles;MenuItem
titles remain unchanged. This limitation is not documented here.It would be very useful to support custom
font-
properties forMenuItem
titles, as the current size is very small and may affect usability.Should I open a feature request for this, or is there an existing way to do it that I might have missed? Thanks!
Environment Details
Beta Was this translation helpful? Give feedback.
All reactions