From 0fc7bb723cf2d947e2f57b9a2b2617c046224fb3 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 4 Aug 2026 20:06:22 +0200 Subject: [PATCH] Remove not needed newline --- Source/Editor/Modules/UIModule.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Editor/Modules/UIModule.cs b/Source/Editor/Modules/UIModule.cs index 1e6fec14c..f94b87ec3 100644 --- a/Source/Editor/Modules/UIModule.cs +++ b/Source/Editor/Modules/UIModule.cs @@ -845,7 +845,6 @@ namespace FlaxEditor.Modules if (!string.IsNullOrEmpty(driver)) tooltip.Append($" ({driver})"); #endif - tooltip.AppendLine(); WindowDecorations = new MainWindowDecorations(mainWindow, !Utilities.Utils.UseCustomWindowDecorations(true)) {