Explorar el Código

This needs to be settable.

Steven Kirk hace 8 años
padre
commit
7fd1adbacd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Avalonia.UnitTests/TestRoot.cs

+ 1 - 1
tests/Avalonia.UnitTests/TestRoot.cs

@@ -42,7 +42,7 @@ namespace Avalonia.UnitTests
 
         public int NameScopeUnregisteredSubscribers { get; private set; }
 
-        public Size ClientSize => new Size(100, 100);
+        public Size ClientSize { get; set; } = new Size(100, 100);
 
         public Size MaxClientSize => Size.Infinity;