Skip to content

Commit 85a457a

Browse files
Turn off Layout Rounding in UnitTests/UnitTests.UWP/UI/Controls/Test_ConstrainedBox.Alignment.cs
1 parent 15c5700 commit 85a457a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
4545
<Grid x:Name=""ParentGrid""
4646
Width=""200"" Height=""200"">
4747
<controls:ConstrainedBox x:Name=""ConstrainedBox"" AspectRatio=""1:2"" MaxHeight=""100""
48+
UseLayoutRounding=""False""
4849
HorizontalAlignment=""{horizontalAlignment}""
4950
VerticalAlignment=""{verticalAlignment}"">
5051
<Border HorizontalAlignment=""Stretch"" VerticalAlignment=""Stretch"" Background=""Red""/>

0 commit comments

Comments
 (0)