Corrected a layout issue that made input pins look very stupid.
This commit is contained in:
parent
61a8857105
commit
390e144c33
@ -233,10 +233,21 @@ void SEdComboActionGraphNode::UpdateGraphNode()
|
||||
// INPUT PIN AREA
|
||||
+ SHorizontalBox::Slot()
|
||||
.AutoWidth()
|
||||
[
|
||||
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()
|
||||
.Padding(FMargin(NodePadding.Left, 0.0f, NodePadding.Right, 0.0f))
|
||||
.VAlign(EVerticalAlignment::VAlign_Fill)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user