From 9164ecaa860568bedee6c0d06d6b64d20564398c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20NIeto=20S=C3=A1nchez=20=28SuperJMN=29?= Date: Sat, 8 Jun 2024 19:05:23 +0200 Subject: [PATCH] Set width for TextBox in SettingsLayout A new style selector for TextBox in StackPanel.settingsLayout has been added. This sets the width of the TextBox to a value of 360 to ensure TextBox doesn't grow indefintely. --- WalletWasabi.Fluent/Styles/SettingsLayout.axaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WalletWasabi.Fluent/Styles/SettingsLayout.axaml b/WalletWasabi.Fluent/Styles/SettingsLayout.axaml index a2949265652..ddb9977cf58 100644 --- a/WalletWasabi.Fluent/Styles/SettingsLayout.axaml +++ b/WalletWasabi.Fluent/Styles/SettingsLayout.axaml @@ -19,6 +19,10 @@ + +