notification-changes #65

Merged
choco merged 6 commits from notification-changes into 1.12.3 2025-10-14 20:43:10 +00:00
Showing only changes of commit bcb524df52 - Show all commits

View File

@@ -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);