Browse Source

Fix nonsensical comment.

pull/2250/head
Steven Kirk 8 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); void BeginResizeDrag(WindowEdge edge);
/// <summary> /// <summary>
/// Gets the position of the window relative in device pixels. /// Gets the position of the window in device pixels.
/// </summary> /// </summary>
PixelPoint Position { get; set; } PixelPoint Position { get; set; }

Loading…
Cancel
Save