diff --git a/src/cascadia/TerminalApp/CommandPalette.xaml b/src/cascadia/TerminalApp/CommandPalette.xaml index b1dded589..680a6be37 100644 --- a/src/cascadia/TerminalApp/CommandPalette.xaml +++ b/src/cascadia/TerminalApp/CommandPalette.xaml @@ -178,6 +178,7 @@ the MIT License. See LICENSE in the project root for license information. --> x:Name="_prefixCharacter" Margin="16,16,0,-8" FontSize="14" + HorizontalAlignment="Left" Visibility="{x:Bind PrefixCharacter, Mode=OneWay, Converter={StaticResource ParentCommandVisibilityConverter}}" @@ -185,35 +186,35 @@ the MIT License. See LICENSE in the project root for license information. --> > - - - - - - + + + + + + Grid.Column="1" HorizontalAlignment="Left" Text="{x:Bind HighlightedName, Mode=OneWay}"/> - +