mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Make unlocks tab non-docking.
This commit is contained in:
parent
885063d389
commit
83e1476e7f
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ public class UnlocksTab : Window, ITab
|
|||
_overview = overview;
|
||||
_table = table;
|
||||
|
||||
IsOpen = false;
|
||||
Flags |= ImGuiWindowFlags.NoDocking;
|
||||
IsOpen = false;
|
||||
SizeConstraints = new WindowSizeConstraints()
|
||||
{
|
||||
MinimumSize = new Vector2(700, 675),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue