diff --git a/Source/ComboInputEditor/Private/Ed/SEdComboActionGraphNode.cpp b/Source/ComboInputEditor/Private/Ed/SEdComboActionGraphNode.cpp index 66215ea..fe9b994 100644 --- a/Source/ComboInputEditor/Private/Ed/SEdComboActionGraphNode.cpp +++ b/Source/ComboInputEditor/Private/Ed/SEdComboActionGraphNode.cpp @@ -234,7 +234,18 @@ void SEdComboActionGraphNode::UpdateGraphNode() + SHorizontalBox::Slot() .AutoWidth() [ - SAssignNew(this->LeftNodeBox, SVerticalBox) + SNew(SVerticalBox) + + SVerticalBox::Slot() + .VAlign(EVerticalAlignment::VAlign_Fill) + + + SVerticalBox::Slot() + .VAlign(EVerticalAlignment::VAlign_Center) + [ + SAssignNew(this->LeftNodeBox, SVerticalBox) + ] + + + SVerticalBox::Slot() + .VAlign(EVerticalAlignment::VAlign_Fill) ] + SHorizontalBox::Slot()