Corrected a layout issue that made input pins look very stupid.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user