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