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:
matt kuhlenschmidt
2021-04-06 12:55:38 -04:00
parent d66076eacf
commit 1ddeb68eee
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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)
)