From 02135edde08d9636cf8638814ac05be106b1e045 Mon Sep 17 00:00:00 2001 From: PankajBhojwani Date: Tue, 8 Feb 2022 15:22:50 -0800 Subject: [PATCH] Fix browse buttons getting cut off when the window is too narrow (#12435) With the recent change to allow text boxes to be bigger, the `Browse` button that some of them have was getting cut off when the window was too narrow. This change puts the `Browse` button below the text box instead of next to it to prevent this issue. ## PR Checklist * [x] Closes #12335 --- .../TerminalSettingsEditor/Appearances.xaml | 18 +++++++------- .../CommonResources.xaml | 2 +- .../TerminalSettingsEditor/Profiles_Base.xaml | 24 +++++++++++-------- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/Appearances.xaml b/src/cascadia/TerminalSettingsEditor/Appearances.xaml index e23ae4a2e62..606cfa82698 100644 --- a/src/cascadia/TerminalSettingsEditor/Appearances.xaml +++ b/src/cascadia/TerminalSettingsEditor/Appearances.xaml @@ -221,20 +221,22 @@ SettingOverrideSource="{x:Bind Appearance.BackgroundImagePathOverrideSource, Mode=OneWay}" Style="{StaticResource ExpanderSettingContainerStyle}"> + -