You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Improve the looks of 2D/3D viewport contextual toolbars
This commit is contained in:
@@ -976,8 +976,6 @@ void ControlEditorToolbar::_notification(int p_what) {
|
||||
}
|
||||
|
||||
ControlEditorToolbar::ControlEditorToolbar() {
|
||||
add_child(memnew(VSeparator));
|
||||
|
||||
// Anchor and offset tools.
|
||||
anchors_button = memnew(ControlEditorPopupButton);
|
||||
anchors_button->set_tooltip_text(TTR("Presets for the anchor and offset values of a Control node."));
|
||||
|
||||
Reference in New Issue
Block a user