You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixing up some style fallout from the FAutomationWindowStyle creation
#jira UE-159028 #rb trivial #preflight skip #rnx [CL 21097973 by Lauren Barnes in ue5-main branch]
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "Widgets/Text/STextBlock.h"
|
||||
#include "Widgets/Layout/SGridPanel.h"
|
||||
#include "Styling/AppStyle.h"
|
||||
#include "AutomationWindowStyle.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "SAutomationGraphicalResultBox"
|
||||
|
||||
@@ -166,7 +167,7 @@ void SAutomationGraphicalResultBox::CreateWidgets()
|
||||
.Padding( FMargin(1,3) )
|
||||
[
|
||||
SNew(STextBlock)
|
||||
.TextStyle( FAppStyle::Get(), "Automation.ReportHeader" )
|
||||
.TextStyle(FAutomationWindowStyle::Get(), "Automation.ReportHeader" )
|
||||
.Text(FText::Format(LOCTEXT("AutomationGraphicalClusterHeader", "{Name} - {NumTests} Tests / {NumFails} Fails / {TotalTime} Seconds (Total) / {ParallelTime} Seconds (Parallel)"), ClusterArgs))
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user