Ver Fonte

This needs to be settable.

Steven Kirk há 8 anos atrás
pai
commit
7fd1adbacd
1 ficheiros alterados com 1 adições e 1 exclusões
  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;