Skip to content

Commit

Permalink
Update AIntPPopup.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlicekdominik committed Dec 23, 2022
1 parent 024f462 commit 53027b1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void AIntPPopup::Open()
[
SNew(SBorder)
.Padding(10)
.BorderImage(FEditorStyle::GetBrush("ToolPanel.DarkGroupBorder"))
.BorderImage(FAppStyle::GetBrush("ToolPanel.DarkGroupBorder"))
[
SNew(SScrollBox)
+ SScrollBox::Slot()
Expand Down Expand Up @@ -120,8 +120,8 @@ But let's keep it short, here are the cool new features (and bugfixes) of versio
* Fix missed descriptions
* Add <RichTextBlock.Bold>DEPRECATED</> to old Component Classes
)"))
.TextStyle(FEditorStyle::Get(), "NormalText")
.DecoratorStyleSet(&FEditorStyle::Get())
.TextStyle(FAppStyle::Get(), "NormalText")
.DecoratorStyleSet(&FAppStyle::Get())
.AutoWrapText(true)
+ SRichTextBlock::HyperlinkDecorator(TEXT("browser"), FSlateHyperlinkRun::FOnClick::CreateStatic(&OnBrowserLinkClicked))
]
Expand Down

0 comments on commit 53027b1

Please sign in to comment.