Skip to content

Commit

Permalink
chore: Adjust DatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jul 8, 2024
1 parent 7b61989 commit 3053751
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ public void DatePicker_PickerFlyout_Placements(string name, bool checkHorizontal

if (checkHorizontal)
{
controlRect.CenterX.Should().BeApproximately(highlightRect.CenterX, 2f, "horizontal center");
controlRect.CenterX.Should().BeApproximately(highlightRect.CenterX, 10f, "horizontal center");
}

if (checkVertical)
{
controlRect.CenterY.Should().BeApproximately(highlightRect.CenterY, 2f, "vertical center");
controlRect.CenterY.Should().BeApproximately(highlightRect.CenterY, 10f, "vertical center");
}

if (checkWidth)
Expand Down

0 comments on commit 3053751

Please sign in to comment.