Hi,

I'm a little in despair trying to create a theme for my settings menu. First I changed the font via Theme Override and it was immediately used for the button and the items. Now that the menu is slowly starting to grow I decided to create a theme.

As soon as I did that, the items of the drop-down button got this radio button in front and are displayed with the wrong font. Even if I delete the theme and go back using Override, all the items of the OptionButton are displayed as shown.

How can I change the style and font of the items?

I have gone through all the options of the theme that seemed even remotely useful, but nothing seems to change the items. What am I doing wrong?

I am grateful for any help.

You may need to style any components used by this control.

I learned this when using a spin-box I think.

When instantiated the control itself may instance other controls to compose its function.

the fastest way to determine this is to inspect the scene while debugging (remote scene tree)

The theme items you need to change are PopupMenu, as an OptionButton (like a MenuButton) will display a PopupMenu when clicked.

    The PopupMenu item was exactly what I was looking for - or should have been looking for, but ignored it because I associated it exclusively with the MenuButton item. Thank you very much.

    10 months later
    a year later