Update Window.cs (#856)

This commit is contained in:
Ottermandias 2022-05-28 13:49:21 +02:00 committed by GitHub
parent 71aeee605d
commit 8db4f6a578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; }