summaryrefslogtreecommitdiffstats
path: root/editor/plugins/control_editor_plugin.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-09-11 23:50:10 +0200
committerYuri Sizov <yuris@humnom.net>2023-09-13 13:04:55 +0200
commitf542dffb393cf0749d437836f0911e25bdc3a9b7 (patch)
tree191ef575216235cff598ac307fe642d18f388c1c /editor/plugins/control_editor_plugin.cpp
parent221884e6bc260c38f16422081b7d4efd49a71375 (diff)
downloadredot-engine-f542dffb393cf0749d437836f0911e25bdc3a9b7.tar.gz
Improve the looks of 2D/3D viewport contextual toolbars
Diffstat (limited to 'editor/plugins/control_editor_plugin.cpp')
-rw-r--r--editor/plugins/control_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/control_editor_plugin.cpp b/editor/plugins/control_editor_plugin.cpp
index f1667d14ab..878c47d803 100644
--- a/editor/plugins/control_editor_plugin.cpp
+++ b/editor/plugins/control_editor_plugin.cpp
@@ -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."));