浏览代码

Added = 0 to enum

Tig 1 年之前
父节点
当前提交
38a92ada3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Drawing/Aligner.cs

+ 1 - 1
Terminal.Gui/Drawing/Aligner.cs

@@ -28,7 +28,7 @@ public enum Alignment
     ///         111 2222 33333
     ///     </c>
     /// </example>
-    Left,
+    Left = 0,
 
     /// <summary>
     ///     The items will be aligned to the top.