watafak
This commit is contained in:
@@ -5,6 +5,7 @@ using Dalamud.Interface.Utility.Raii;
|
||||
using LightlessSync.Services;
|
||||
using LightlessSync.Services.Events;
|
||||
using LightlessSync.Services.Mediator;
|
||||
using LightlessSync.Utils;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
@@ -43,11 +44,9 @@ internal class EventViewerUI : WindowMediatorSubscriberBase
|
||||
{
|
||||
_eventAggregator = eventAggregator;
|
||||
_uiSharedService = uiSharedService;
|
||||
SizeConstraints = new()
|
||||
{
|
||||
MinimumSize = new(600, 500),
|
||||
MaximumSize = new(1000, 2000)
|
||||
};
|
||||
WindowBuilder.For(this)
|
||||
.SetSizeConstraints(new Vector2(600, 500), new Vector2(1000, 2000))
|
||||
.Apply();
|
||||
_filteredEvents = RecreateFilter();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user