From bcb524df52f9b519943ae95f86e2dc22779a8cfd Mon Sep 17 00:00:00 2001 From: choco Date: Mon, 13 Oct 2025 00:13:21 +0200 Subject: [PATCH] text auto flexing on dismiss removed --- LightlessSync/UI/LightlessNotificationUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/UI/LightlessNotificationUI.cs b/LightlessSync/UI/LightlessNotificationUI.cs index 7ced889..cb62b51 100644 --- a/LightlessSync/UI/LightlessNotificationUI.cs +++ b/LightlessSync/UI/LightlessNotificationUI.cs @@ -300,7 +300,7 @@ public class LightlessNotificationUI : WindowMediatorSubscriberBase ImGui.SetCursorPos(originalCursorPos + slideOffset); var notificationHeight = CalculateNotificationHeight(notification); - var notificationWidth = _configService.Current.NotificationWidth - Math.Abs(slideOffset.X); + var notificationWidth = _configService.Current.NotificationWidth; ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding, Vector2.Zero);