Simplified Alignment enum

This commit is contained in:
Tig
2024-05-18 10:39:14 -07:00
parent 354d02dc25
commit c877c1844d
54 changed files with 1032 additions and 1133 deletions

View File

@@ -339,7 +339,7 @@ public class DrawTests (ITestOutputHelper _output)
Text = "Test",
Width = 6,
Height = 1,
TextAlignment = Alignment.Right,
TextAlignment = Alignment.End,
ColorScheme = Colors.ColorSchemes ["Base"]
};
@@ -350,7 +350,7 @@ public class DrawTests (ITestOutputHelper _output)
Y = 1,
Width = 1,
Height = 6,
VerticalTextAlignment = Alignment.Bottom,
VerticalTextAlignment = Alignment.End,
ColorScheme = Colors.ColorSchemes ["Base"]
};
Toplevel top = new ();