mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
add mare synchronos full pause
This commit is contained in:
parent
085d918397
commit
9aaab87c91
11 changed files with 155 additions and 123 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using System.Numerics;
|
||||
using Dalamud.Interface.Colors;
|
||||
using Dalamud.Interface.Windowing;
|
||||
using ImGuiNET;
|
||||
|
|
@ -36,8 +37,8 @@ namespace MareSynchronos.UI
|
|||
|
||||
SizeConstraints = new WindowSizeConstraints()
|
||||
{
|
||||
MinimumSize = new(600, 400),
|
||||
MaximumSize = new(600, 2000)
|
||||
MinimumSize = new Vector2(600, 400),
|
||||
MaximumSize = new Vector2(600, 2000)
|
||||
};
|
||||
|
||||
_windowSystem.AddWindow(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue