mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Justifier->Aligner
This commit is contained in:
@@ -339,7 +339,7 @@ public class DrawTests (ITestOutputHelper _output)
|
||||
Text = "Test",
|
||||
Width = 6,
|
||||
Height = 1,
|
||||
Justification = Justification.Right,
|
||||
TextJustification = Alignment.Right,
|
||||
ColorScheme = Colors.ColorSchemes ["Base"]
|
||||
};
|
||||
|
||||
@@ -350,7 +350,7 @@ public class DrawTests (ITestOutputHelper _output)
|
||||
Y = 1,
|
||||
Width = 1,
|
||||
Height = 6,
|
||||
VerticalJustification = Justification.Bottom,
|
||||
VerticalTextJustification = Alignment.Bottom,
|
||||
ColorScheme = Colors.ColorSchemes ["Base"]
|
||||
};
|
||||
Toplevel top = new ();
|
||||
|
||||
Reference in New Issue
Block a user