mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-15 20:37:45 +01:00
Turn imc attributes to checkmarks, small fixes.
This commit is contained in:
parent
c247446ba6
commit
4189d240de
2 changed files with 68 additions and 26 deletions
|
|
@ -9,7 +9,6 @@ using OtterGui;
|
|||
using OtterGui.Raii;
|
||||
using Penumbra.GameData.ByteString;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.GameData.Structs;
|
||||
using Penumbra.Mods;
|
||||
using Penumbra.Util;
|
||||
|
||||
|
|
@ -35,7 +34,7 @@ public partial class ModEditWindow : Window, IDisposable
|
|||
WindowName = $"{mod.Name}{WindowBaseLabel}";
|
||||
SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
MinimumSize = ImGuiHelpers.ScaledVector2( 800, 600 ),
|
||||
MinimumSize = ImGuiHelpers.ScaledVector2( 1000, 600 ),
|
||||
MaximumSize = 4000 * Vector2.One,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue