mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update Window.cs (#856)
This commit is contained in:
parent
71aeee605d
commit
8db4f6a578
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue