From 854bca5846beb3fc9fe47cdcb82b5e5ebbfef395 Mon Sep 17 00:00:00 2001 From: BDisp Date: Tue, 17 Nov 2020 22:03:32 +0000 Subject: [PATCH] Ammend AutoSize. --- Terminal.Gui/Core/View.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Core/View.cs b/Terminal.Gui/Core/View.cs index 3eb7ed4a4..729bd1a94 100644 --- a/Terminal.Gui/Core/View.cs +++ b/Terminal.Gui/Core/View.cs @@ -1912,7 +1912,7 @@ namespace Terminal.Gui { /// /// Used by to resize the view's with the . - /// Setting to true only work if the and are null or + /// Setting to true only work if the and are null or /// values and doesn't work with layout, /// to avoid breaking the and settings. ///