mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Undid PosCenter change
This commit is contained in:
@@ -56,7 +56,7 @@ public class PosCenterTests (ITestOutputHelper output)
|
||||
[InlineData (10, 10, 0)]
|
||||
[InlineData (10, 11, 0)]
|
||||
[InlineData (10, 12, -1)]
|
||||
[InlineData (19, 20, -1)]
|
||||
[InlineData (19, 20, 0)]
|
||||
public void PosCenter_Calculate_ReturnsExpectedValue (int superviewDimension, int width, int expectedX)
|
||||
{
|
||||
var posCenter = new PosCenter ();
|
||||
|
||||
Reference in New Issue
Block a user