mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed more tests
This commit is contained in:
@@ -1746,7 +1746,7 @@ Y
|
||||
// Setting to false causes Width and Height to be set to the current ContentSize
|
||||
view.AutoSize = false;
|
||||
|
||||
Assert.Equal (new Rectangle (0, 0, 1, 12), view.Frame);
|
||||
Assert.Equal (new Rectangle (0, 0, 12, 12), view.Frame);
|
||||
|
||||
view.Height = 1;
|
||||
view.Width = 12;
|
||||
|
||||
Reference in New Issue
Block a user