Browse Source

Naming

pull/899/head
Nikita Tsukanov 9 years ago
parent
commit
6072bad3f6
  1. 4
      src/Avalonia.Controls/Platform/IWindowBaseImpl.cs

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

@ -62,8 +62,8 @@ namespace Avalonia.Platform
Size MaxClientSize { get; }
/// <summary>
/// Gets the client size of the toplevel.
/// Sets the client size of the toplevel.
/// </summary>
void Resize(Size size);
void Resize(Size clientSize);
}
}
Loading…
Cancel
Save