You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Source control dialog cleanup and reskin
[CL 15178205 by Matt Kuhlenschmidt in ue5-main branch]
This commit is contained in:
@@ -126,7 +126,7 @@ void FSourceControlModule::ShowLoginDialog(const FSourceControlLoginClosed& InOn
|
||||
// Create the window
|
||||
SourceControlLoginWindowPtr = SNew(SWindow)
|
||||
.Title( LOCTEXT("SourceControlLoginTitle", "Source Control Login") )
|
||||
.HasCloseButton(false)
|
||||
.HasCloseButton(true)
|
||||
.SupportsMaximize(false)
|
||||
.SupportsMinimize(false)
|
||||
.SizingRule( ESizingRule::Autosized );
|
||||
@@ -136,13 +136,9 @@ void FSourceControlModule::ShowLoginDialog(const FSourceControlLoginClosed& InOn
|
||||
|
||||
// Setup the content for the created login window.
|
||||
SourceControlLoginWindowPtr->SetContent(
|
||||
SNew(SBox)
|
||||
.WidthOverride(700.0f)
|
||||
[
|
||||
SAssignNew(SourceControlLoginPtr, SSourceControlLogin)
|
||||
.ParentWindow(SourceControlLoginWindowPtr)
|
||||
.OnSourceControlLoginClosed(InOnSourceControlLoginClosed)
|
||||
]
|
||||
);
|
||||
|
||||
TSharedPtr<SWindow> RootWindow = FGlobalTabmanager::Get()->GetRootWindow();
|
||||
|
||||
Reference in New Issue
Block a user