Browse Source

Update IInsetsManager.cs (#17468)

Fixing minor spelling mistake. Visibile -> Visible

Co-authored-by: Tim <47110241+timunie@users.noreply.github.com>
pull/17488/head
Kevin B 1 year ago
committed by GitHub
parent
commit
bef43cec4b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Avalonia.Controls/Platform/IInsetsManager.cs

2
src/Avalonia.Controls/Platform/IInsetsManager.cs

@ -15,7 +15,7 @@ namespace Avalonia.Controls.Platform
bool? IsSystemBarVisible { get; set; }
/// <summary>
/// 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.
/// </summary>
bool DisplayEdgeToEdge { get; set; }

Loading…
Cancel
Save