Fixed more tests

This commit is contained in:
Tig
2024-04-18 18:18:30 -06:00
parent 7b5df8386e
commit a4d3bc7e58
8 changed files with 52 additions and 77 deletions

View File

@@ -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;