You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix content browser tab well being collapsed by default causing new user confusion when trying to dock tabs along side the content browser
#lockdown simon.tourangeau #ROBOMERGE-SOURCE: CL 15931947 in //UE5/Release-5.0-EarlyAccess/... #ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533) [CL 15931958 by matt kuhlenschmidt in ue5-main branch]
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1478,7 +1478,7 @@ TSharedRef<SWidget> SLevelEditor::RestoreContentArea( const TSharedRef<SDockTab>
|
||||
(
|
||||
FTabManager::NewStack()
|
||||
->SetSizeCoefficient(.4)
|
||||
->SetHideTabWell(true)
|
||||
->SetHideTabWell(false)
|
||||
->AddTab("ContentBrowserTab1", ETabState::ClosedTab)
|
||||
->AddTab(LevelEditorTabIds::OutputLog, ETabState::ClosedTab)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user