File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ void SLintWizard::Construct(const FArguments& InArgs) {
117
117
.Padding (0 )
118
118
[
119
119
SNew (STextBlock)
120
- .TextStyle (FAppStyle::Get (), " NewClassDialog.PageTitle " )
120
+ .Font (FAppStyle::Get (). GetFontStyle ( " HeadingSmall " ) )
121
121
.Text (LOCTEXT (" LinterSelectionTitle" , " Linter Rule Set Selection" ))
122
122
]
123
123
// Title spacer
@@ -169,7 +169,7 @@ void SLintWizard::Construct(const FArguments& InArgs) {
169
169
.Padding (0 )
170
170
[
171
171
SNew (STextBlock)
172
- .TextStyle (FAppStyle::Get (), " NewClassDialog.PageTitle " )
172
+ .Font (FAppStyle::Get (). GetFontStyle ( " HeadingSmall " ) )
173
173
.Text (LOCTEXT (" LinterReportTitle" , " Lint Report" ))
174
174
]
175
175
// Marketplace No Errors Required Text
@@ -214,7 +214,7 @@ void SLintWizard::Construct(const FArguments& InArgs) {
214
214
.Padding (0 )
215
215
[
216
216
SNew (STextBlock)
217
- .TextStyle (FAppStyle::Get (), " NewClassDialog.PageTitle " )
217
+ .Font (FAppStyle::Get (). GetFontStyle ( " HeadingSmall " ) )
218
218
.Text (LOCTEXT (" MarketplaceInfoTitle" , " Marketplace Recommendations" ))
219
219
]
220
220
// Title spacer
You can’t perform that action at this time.
0 commit comments