You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[INTEGRATE] Change 2431751 by Mike.Fricker@MFRICKER_G3686_Alpha on 2015/02/04 10:47:36
Fixed missing padding after project name in editor title bar - Also made the text ever-so-slightly more opaque [CL 2438194 by Matthew Griffin in Main branch]
This commit is contained in:
@@ -137,6 +137,7 @@ TSharedRef<SDockTab> FLevelEditorModule::SpawnLevelEditor( const FSpawnTabArgs&
|
||||
SNew( SHorizontalBox )
|
||||
|
||||
+SHorizontalBox::Slot()
|
||||
.Padding(0.0f, 0.0f, 14.0f, 0.0f)
|
||||
.AutoWidth()
|
||||
[
|
||||
SNew(SLevelEditorWatermark)
|
||||
|
||||
Reference in New Issue
Block a user