1
0
Эх сурвалжийг харах

Merge branch 'master' into set-content-attribute-on-DataGridTemplateColumn

Dan Walmsley 4 жил өмнө
parent
commit
209bb82608

+ 1 - 1
src/Avalonia.Layout/UniformGridLayout.cs

@@ -447,7 +447,7 @@ namespace Avalonia.Layout
             // and only use the layout when to clear it when it's done.
             gridState.EnsureFirstElementOwnership(context);
 
-            return new Size(desiredSize.Width, desiredSize.Height);
+            return desiredSize;
         }
 
         protected internal override Size ArrangeOverride(VirtualizingLayoutContext context, Size finalSize)