text auto flexing on dismiss removed
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user