Explorar o código

Added = 0 to enum

Tig hai 1 ano
pai
achega
38a92ada3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.