Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenveo authored and Wenveo committed Mar 28, 2023
1 parent d2cc349 commit 6ba45b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AakStudio.Shell.UI.Showcase/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
</MenuItem.Resources>
<MenuItem.ItemContainerStyle>
<Style TargetType="{x:Type MenuItem}">
<Setter Property="DynamicResourceStyle.BasedOn" Value="{DynamicResource MenuItemBaseStyle}" />
<Setter Property="DynamicResourceStyle.Derived" Value="{DynamicResource BindingCommandsMenuItem}" />
<Setter Property="DynamicStyleProvider.BasedOn" Value="{DynamicResource MenuItemBaseStyle}" />
<Setter Property="DynamicStyleProvider.Derived" Value="{DynamicResource BindingCommandsMenuItem}" />
</Style>
</MenuItem.ItemContainerStyle>
</MenuItem>
Expand Down

0 comments on commit 6ba45b4

Please sign in to comment.