From b401ff93286a1b8bda07fcba18281309fc26dbf8 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Mon, 19 Aug 2024 15:26:24 +0200 Subject: [PATCH] chore: Adjust Width of TextBox for test --- .../Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs index 718b28fe37d1..29296f6153f3 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.skia.cs @@ -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." };