Corrected a layout issue that made input pins look very stupid.
This commit is contained in:
parent
61a8857105
commit
390e144c33
@ -234,7 +234,18 @@ void SEdComboActionGraphNode::UpdateGraphNode()
|
|||||||
+ SHorizontalBox::Slot()
|
+ SHorizontalBox::Slot()
|
||||||
.AutoWidth()
|
.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()
|
+ SHorizontalBox::Slot()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user