Godot Version
4.2.2
Question
how do I change the dropdown ui as shown?
I want to set it as my own texture instead of the gray box
4.2.2
how do I change the dropdown ui as shown?
I want to set it as my own texture instead of the gray box
In the Inspector for the PopupMenu go to Theme Overrides > Styles. In the dropdown next to Panel select “New StyleBoxTexture”. Click that and you should be able to set the texture in there.
I dont see it there
Ah sorry, I assumed you were using a PopupMenu. What are you using?
You will have to make a theme, not a theme override in this case. Override the type PopupMenu
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.