mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Added = 0 to enum
This commit is contained in:
@@ -28,7 +28,7 @@ public enum Alignment
|
||||
/// 111 2222 33333
|
||||
/// </c>
|
||||
/// </example>
|
||||
Left,
|
||||
Left = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The items will be aligned to the top.
|
||||
|
||||
Reference in New Issue
Block a user