From 319bee083875c250b06f319dff54fd812a403849 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 22 Mar 2021 23:29:54 +0100 Subject: [PATCH] Fix Debug Log window info label --- Source/Editor/Windows/DebugLogWindow.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Editor/Windows/DebugLogWindow.cs b/Source/Editor/Windows/DebugLogWindow.cs index 560e507eb..7ffe5c923 100644 --- a/Source/Editor/Windows/DebugLogWindow.cs +++ b/Source/Editor/Windows/DebugLogWindow.cs @@ -333,8 +333,9 @@ namespace FlaxEditor.Windows AutoWidth = true, AutoHeight = true, Margin = new Margin(4), + VerticalAlignment = TextAlignment.Near, + HorizontalAlignment = TextAlignment.Near, Offsets = Margin.Zero, - AnchorPreset = AnchorPresets.StretchAll, }; // Entries panel