From bef43cec4ba1554c8d13b00b91c57d8d85c99c08 Mon Sep 17 00:00:00 2001 From: Kevin B Date: Tue, 12 Nov 2024 10:59:03 -0800 Subject: [PATCH] Update IInsetsManager.cs (#17468) Fixing minor spelling mistake. Visibile -> Visible Co-authored-by: Tim <47110241+timunie@users.noreply.github.com> --- src/Avalonia.Controls/Platform/IInsetsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Platform/IInsetsManager.cs b/src/Avalonia.Controls/Platform/IInsetsManager.cs index a8b692c82a..94a166a9ae 100644 --- a/src/Avalonia.Controls/Platform/IInsetsManager.cs +++ b/src/Avalonia.Controls/Platform/IInsetsManager.cs @@ -15,7 +15,7 @@ namespace Avalonia.Controls.Platform bool? IsSystemBarVisible { get; set; } /// - /// Gets or sets whether the window draws edge to edge. behind any visibile system bars. + /// Gets or sets whether the window draws edge to edge. behind any visible system bars. /// bool DisplayEdgeToEdge { get; set; }