wieslawsoltes %!s(int64=7) %!d(string=hai) anos
pai
achega
5d8c6beed0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/Avalonia.Layout.UnitTests/FullLayoutTests.cs

+ 2 - 2
tests/Avalonia.Layout.UnitTests/FullLayoutTests.cs

@@ -120,8 +120,8 @@ namespace Avalonia.Layout.UnitTests
 
                 Assert.True(horzScroll.IsVisible);
                 Assert.True(vertScroll.IsVisible);
-                Assert.Equal(new Size(196, 10), horzScroll.Bounds.Size);
-                Assert.Equal(new Size(10, 196), vertScroll.Bounds.Size);
+                Assert.Equal(new Size(196, 4), horzScroll.Bounds.Size);
+                Assert.Equal(new Size(4, 196), vertScroll.Bounds.Size);
                 Assert.Equal(new Point(0, 196), Position(horzScroll));
                 Assert.Equal(new Point(196, 0), Position(vertScroll));
             }