From 38a92ada3b7cfd212ddf66fd16e91efa0c02f176 Mon Sep 17 00:00:00 2001 From: Tig Date: Fri, 17 May 2024 14:41:26 -0700 Subject: [PATCH] Added = 0 to enum --- Terminal.Gui/Drawing/Aligner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Drawing/Aligner.cs b/Terminal.Gui/Drawing/Aligner.cs index 1b1357fb7..29bb80b9c 100644 --- a/Terminal.Gui/Drawing/Aligner.cs +++ b/Terminal.Gui/Drawing/Aligner.cs @@ -28,7 +28,7 @@ public enum Alignment /// 111 2222 33333 /// /// - Left, + Left = 0, /// /// The items will be aligned to the top.