mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Simplified Alignment enum
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user