Merge branch 'net5' of ssh://github.com/goatcorp/Dalamud into net5

This commit is contained in:
goaaats 2022-05-28 18:08:44 +02:00
commit 02dd1eddec
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -65,7 +65,7 @@ namespace Dalamud.Interface.Windowing
public ImGuiCond PositionCondition { get; set; }
/// <summary>
/// Gets or sets the size of the window.
/// Gets or sets the size of the window. The size provided will be scaled by the global scale.
/// </summary>
public Vector2? Size { get; set; }
@ -75,7 +75,7 @@ namespace Dalamud.Interface.Windowing
public ImGuiCond SizeCondition { get; set; }
/// <summary>
/// Gets or sets the size constraints of the window.
/// Gets or sets the size constraints of the window. The size constraints provided will be scaled by the global scale.
/// </summary>
public WindowSizeConstraints? SizeConstraints { get; set; }