mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 00:49:18 +01:00
Finish CollectionTab rework.
This commit is contained in:
parent
25cb46525a
commit
9c4f7b7562
22 changed files with 1350 additions and 1543 deletions
|
|
@ -44,7 +44,7 @@ public sealed class ConfigWindow : Window
|
|||
RespectCloseHotkey = true;
|
||||
SizeConstraints = new WindowSizeConstraints()
|
||||
{
|
||||
MinimumSize = new Vector2(900, 600),
|
||||
MinimumSize = new Vector2(900, 675),
|
||||
MaximumSize = new Vector2(4096, 2160),
|
||||
};
|
||||
tutorial.UpdateTutorialStep();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue