Tig 1 anno fa
parent
commit
38a92ada3b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
     ///         111 2222 33333
     ///     </c>
     ///     </c>
     /// </example>
     /// </example>
-    Left,
+    Left = 0,
 
 
     /// <summary>
     /// <summary>
     ///     The items will be aligned to the top.
     ///     The items will be aligned to the top.