Skip to content

Commit

Permalink
Fix mid-air conflict between #55299 and #55692
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Dec 9, 2021
1 parent 41e5f92 commit 3752e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/material_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ MaterialEditor::MaterialEditor() {
// canvas item

layout_2d = memnew(HBoxContainer);
layout_2d->set_alignment(BoxContainer::ALIGN_CENTER);
layout_2d->set_alignment(ALIGNMENT_CENTER);
add_child(layout_2d);
layout_2d->set_anchors_and_offsets_preset(PRESET_WIDE);

Expand Down

0 comments on commit 3752e8f

Please sign in to comment.