Skip to content

Commit

Permalink
Improving showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Jul 21, 2022
1 parent 99da3fe commit 6a7ca90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fluent.Ribbon.Showcase/TestContent.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2756,7 +2756,8 @@
Header="LongLongGroup"
IsLauncherVisible="True"
LauncherClick="OnLauncherButtonClick"
LauncherCommand="Paste">
LauncherCommand="ApplicationCommands.Paste"
FocusManager.IsFocusScope="True">
<Fluent:Button Header="Button"
Command="ApplicationCommands.Paste"
Icon="pack://application:,,,/Fluent.Ribbon.Showcase;component/Images/GrowFont.png" />
Expand Down

0 comments on commit 6a7ca90

Please sign in to comment.