Skip to content

Commit 3752e8f

Browse files
committed
Fix mid-air conflict between #55299 and #55692
1 parent 41e5f92 commit 3752e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/plugins/material_editor_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ MaterialEditor::MaterialEditor() {
125125
// canvas item
126126

127127
layout_2d = memnew(HBoxContainer);
128-
layout_2d->set_alignment(BoxContainer::ALIGN_CENTER);
128+
layout_2d->set_alignment(ALIGNMENT_CENTER);
129129
add_child(layout_2d);
130130
layout_2d->set_anchors_and_offsets_preset(PRESET_WIDE);
131131

0 commit comments

Comments
 (0)