Skip to content

Commit 2aab7ff

Browse files
committed
Formatting.
1 parent 11b5ea5 commit 2aab7ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/CesiumEditor/Private/CesiumGlobeAnchorCustomization.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include "DetailCategoryBuilder.h"
99
#include "DetailLayoutBuilder.h"
1010
#include "DetailWidgetRow.h"
11-
#include "Widgets/Text/STextBlock.h"
1211
#include "IDetailGroup.h"
1312
#include "Widgets/SToolTip.h"
13+
#include "Widgets/Text/STextBlock.h"
1414

1515
#define LOCTEXT_NAMESPACE "CesiumGlobeAnchorCustomization"
1616

@@ -86,9 +86,9 @@ void FCesiumGlobeAnchorCustomization::CustomizeDetails(
8686
"MultipleSelectionFilters",
8787
"Latitude Longitude Height ECEF ESU"));
8888

89-
Row.WholeRowContent()
90-
[SNew(SBox).Padding(FMargin(0.f, 4.f))
91-
[SNew(STextBlock)
89+
Row.WholeRowContent()[SNew(SBox).Padding(FMargin(
90+
0.f,
91+
4.f))[SNew(STextBlock)
9292
.Text(LOCTEXT(
9393
"MultiSelectInfo",
9494
"Multiple actors selected. Geodetic position (Latitude, Longitude, Height; ECEF) and "

0 commit comments

Comments
 (0)