mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +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;
|
_overview = overview;
|
||||||
_table = table;
|
_table = table;
|
||||||
|
|
||||||
IsOpen = false;
|
Flags |= ImGuiWindowFlags.NoDocking;
|
||||||
|
IsOpen = false;
|
||||||
SizeConstraints = new WindowSizeConstraints()
|
SizeConstraints = new WindowSizeConstraints()
|
||||||
{
|
{
|
||||||
MinimumSize = new Vector2(700, 675),
|
MinimumSize = new Vector2(700, 675),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue