diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml index 0edcf04a9c..1a71c893b0 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml @@ -200,12 +200,45 @@ x:Name="MoreCommandsButton" x:Uid="MoreCommandsButton" Padding="4" - Content="{ui:FontIcon Glyph=, - FontSize=16}" Style="{StaticResource SubtleButtonStyle}" Tapped="MoreCommandsButton_Tapped" ToolTipService.ToolTip="Ctrl+K" - Visibility="{x:Bind ViewModel.ShouldShowContextMenu, Mode=OneWay}" /> + Visibility="{x:Bind ViewModel.ShouldShowContextMenu, Mode=OneWay}"> + + + + + + + + + + + +