You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[Insights] Resize the SSuggestionBox used for filters to prevent excesize resizing.
#jira UE-164499 #rb Ionut.Matasaru [CL 26568660 by catalin dragoiu in 5.3 branch]
This commit is contained in:
@@ -99,7 +99,7 @@ TSharedRef<SWidget> SFilterConfiguratorRow::GenerateWidgetForColumn(const FName&
|
||||
.Padding(FMargin(4.0f, 0.0f, 4.0f, 0.0f))
|
||||
[
|
||||
SNew(SSuggestionTextBox)
|
||||
.MinDesiredWidth(50.0f)
|
||||
.MinDesiredWidth(300.0f)
|
||||
.ForegroundColor(FSlateColor::UseForeground())
|
||||
.OnTextCommitted(this, &SFilterConfiguratorRow::SuggestionTextBox_OnValueCommitted)
|
||||
.OnTextChanged(this, &SFilterConfiguratorRow::SuggestionTextBox_OnValueChanged)
|
||||
|
||||
Reference in New Issue
Block a user