mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Make the advanced dye window non-docking.
This commit is contained in:
parent
726eb52e4f
commit
816e88e0bd
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ public sealed unsafe class AdvancedDyePopup(
|
|||
var flags = ImGuiWindowFlags.NoFocusOnAppearing
|
||||
| ImGuiWindowFlags.NoCollapse
|
||||
| ImGuiWindowFlags.NoDecoration
|
||||
| ImGuiWindowFlags.NoResize;
|
||||
| ImGuiWindowFlags.NoResize
|
||||
| ImGuiWindowFlags.NoDocking;
|
||||
|
||||
// Set position to the right of the main window when attached
|
||||
// The downwards offset is implicit through child position.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue