From 8db4f6a5782e4b696e5c59ee98eef428524fe6a9 Mon Sep 17 00:00:00 2001 From: Ottermandias <70807659+Ottermandias@users.noreply.github.com> Date: Sat, 28 May 2022 13:49:21 +0200 Subject: [PATCH] Update Window.cs (#856) --- Dalamud/Interface/Windowing/Window.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Interface/Windowing/Window.cs b/Dalamud/Interface/Windowing/Window.cs index e1333e072..3b8b903c8 100644 --- a/Dalamud/Interface/Windowing/Window.cs +++ b/Dalamud/Interface/Windowing/Window.cs @@ -65,7 +65,7 @@ namespace Dalamud.Interface.Windowing public ImGuiCond PositionCondition { get; set; } /// - /// 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. /// public Vector2? Size { get; set; } @@ -75,7 +75,7 @@ namespace Dalamud.Interface.Windowing public ImGuiCond SizeCondition { get; set; } /// - /// 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. /// public WindowSizeConstraints? SizeConstraints { get; set; }