From f5f0712ae3c1582f2d4c3a37745aa30a6af7ccbe Mon Sep 17 00:00:00 2001 From: PankajBhojwani Date: Tue, 8 Feb 2022 14:35:31 -0800 Subject: [PATCH] Fix focus box around color schemes combo box (#12439) The focus box around the color schemes combo box was getting cut off, this change adds a small margin to the stackpanel to allow space for the focus box ## PR Checklist * [x] Closes #12328 --- src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml b/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml index 7cc25434f9f..d4237e364cc 100644 --- a/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml +++ b/src/cascadia/TerminalSettingsEditor/ColorSchemes.xaml @@ -99,7 +99,8 @@ Spacing="24"> - +