Browse Source

Fix nonsensical comment.

pull/2250/head
Steven Kirk 7 years ago
parent
commit
cf504b4e08
  1. 2
      src/Avalonia.Controls/Platform/IWindowBaseImpl.cs

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

@ -27,7 +27,7 @@ namespace Avalonia.Platform
void BeginResizeDrag(WindowEdge edge);
/// <summary>
/// Gets the position of the window relative in device pixels.
/// Gets the position of the window in device pixels.
/// </summary>
PixelPoint Position { get; set; }

Loading…
Cancel
Save