From 31ded7e126b9d71ed8dddab9ffc1ce813f1a8ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 9 Dec 2021 11:40:46 +0100 Subject: Fixup last commit, change misleading CodeEditor for consistency --- editor/plugins/material_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/material_editor_plugin.cpp') diff --git a/editor/plugins/material_editor_plugin.cpp b/editor/plugins/material_editor_plugin.cpp index 68107d463d..bfbe6e26a9 100644 --- a/editor/plugins/material_editor_plugin.cpp +++ b/editor/plugins/material_editor_plugin.cpp @@ -125,7 +125,7 @@ MaterialEditor::MaterialEditor() { // canvas item layout_2d = memnew(HBoxContainer); - layout_2d->set_alignment(ALIGNMENT_CENTER); + layout_2d->set_alignment(BoxContainer::ALIGNMENT_CENTER); add_child(layout_2d); layout_2d->set_anchors_and_offsets_preset(PRESET_WIDE); -- cgit v1.2.3