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