Skip to content

Commit

Permalink
chore: Adjust Width of TextBox for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Aug 19, 2024
1 parent e9a19ec commit b401ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ public async Task When_Scrolling_Updates_With_Movement()

var SUT = new TextBox
{
Width = 40,
Width = 64, // == TextControlThemeMinWidth for UWP styles
Text = "This should be a lot longer than the width of the TextBox."
};

Expand Down

0 comments on commit b401ff9

Please sign in to comment.