From 6072bad3f677e2457772c86229b1f83f8de002b1 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Thu, 23 Feb 2017 00:03:05 +0300 Subject: [PATCH] Naming --- src/Avalonia.Controls/Platform/IWindowBaseImpl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs b/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs index 3f65d9f74e..a5c7c60843 100644 --- a/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs +++ b/src/Avalonia.Controls/Platform/IWindowBaseImpl.cs @@ -62,8 +62,8 @@ namespace Avalonia.Platform Size MaxClientSize { get; } /// - /// Gets the client size of the toplevel. + /// Sets the client size of the toplevel. /// - void Resize(Size size); + void Resize(Size clientSize); } } \ No newline at end of file