godot
godot copied to clipboard
ColorPicker Placement in Create Node Dialog
Godot version
3.5 stable
System information
Windows 10
Issue description
Hello,
the ColorPicker Node on my system appears inside the Container Group (see Screenshot). I wonder if this is indented or not?

Steps to reproduce
Add a node in the editor and look under BoxCointainer group.
Minimal reproduction project
No response
This is expected, as ColorPicker inherits from BoxContainer. The Create New Node dialog reflects the node inheritance.
I wonder if refactoring ColorPicker to inherit from Control makes sense, but this is a compatibility-breaking change and may be too late for 4.0.
I wonder if this is indented or not?
Yes.