mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 17:34:15 +01:00
fix token for character change, add online count to syncshells and groups
This commit is contained in:
parent
c237ae53e6
commit
d7bfa2147f
7 changed files with 64 additions and 18 deletions
|
|
@ -91,8 +91,8 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||
|
||||
SizeConstraints = new WindowSizeConstraints()
|
||||
{
|
||||
MinimumSize = new Vector2(350, 400),
|
||||
MaximumSize = new Vector2(350, 2000),
|
||||
MinimumSize = new Vector2(375, 400),
|
||||
MaximumSize = new Vector2(375, 2000),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue