Skip to content

Commit

Permalink
adjusted padding
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Aug 5, 2021
1 parent 6b4a923 commit b074389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FlowEditor/Private/Asset/FlowDebuggerToolbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void SFlowBreadcrumb::Construct(const FArguments& InArgs, TWeakPtr<FFlowAssetEdi
.HAlign(HAlign_Right)
.VAlign(VAlign_Center)
.AutoHeight()
.Padding(25.0f, 0.0f)
.Padding(25.0f, 10.0f)
[
BreadcrumbTrail.ToSharedRef()
]
Expand Down

0 comments on commit b074389

Please sign in to comment.