Skip to content

Commit 71a065d

Browse files
committed
Merge branch 'main' into winui
2 parents 905daf6 + cc562b3 commit 71a065d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/UnitTests.UWP/UI/Controls/Test_ConstrainedBox.Infinity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
120120
<ScrollViewer x:Name=""ScrollArea""
121121
HorizontalScrollMode=""Enabled"" HorizontalScrollBarVisibility=""Visible""
122122
VerticalScrollMode=""Enabled"" VerticalScrollBarVisibility=""Visible"">
123-
<controls:ConstrainedBox x:Name=""ConstrainedBox"" AspectRatio=""1:2"">
123+
<controls:ConstrainedBox x:Name=""ConstrainedBox"" AspectRatio=""1:2"" UseLayoutRounding=""False"">
124124
<Border HorizontalAlignment=""Stretch"" VerticalAlignment=""Stretch"" Background=""Red""/>
125125
</controls:ConstrainedBox>
126126
</ScrollViewer>

0 commit comments

Comments
 (0)