From ee4d52644a0c6d99a954c5207ea8f2cbe7c8dff8 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 9 May 2024 13:41:41 -0600 Subject: [PATCH] Tweaks --- Terminal.Gui/Drawing/Justification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Drawing/Justification.cs b/Terminal.Gui/Drawing/Justification.cs index b8200fbb0..d0e7311ac 100644 --- a/Terminal.Gui/Drawing/Justification.cs +++ b/Terminal.Gui/Drawing/Justification.cs @@ -132,7 +132,7 @@ public class Justifier /// public bool PutSpaceBetweenItems { get; set; } - // TODO: Add property change events + // TODO: Add property change events so PosJustify can know when to update the locations. /// /// Takes a list of items and returns their positions when justified within a container