You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Improve the looks of 2D/3D viewport contextual toolbars
This commit is contained in:
@@ -521,7 +521,6 @@ void NavigationObstacle3DEditor::_bind_methods() {
|
||||
NavigationObstacle3DEditor::NavigationObstacle3DEditor() {
|
||||
obstacle_node = nullptr;
|
||||
|
||||
add_child(memnew(VSeparator));
|
||||
button_create = memnew(Button);
|
||||
button_create->set_flat(true);
|
||||
add_child(button_create);
|
||||
|
||||
Reference in New Issue
Block a user