mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +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
|
|
@ -29,8 +29,8 @@ public class DownloadUi : Window, IDisposable
|
|||
|
||||
SizeConstraints = new WindowSizeConstraints()
|
||||
{
|
||||
MaximumSize = new(300, 90),
|
||||
MinimumSize = new(300, 90)
|
||||
MaximumSize = new Vector2(300, 90),
|
||||
MinimumSize = new Vector2(300, 90)
|
||||
};
|
||||
|
||||
Flags = ImGuiWindowFlags.NoDecoration | ImGuiWindowFlags.NoBackground;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue