Skip to content

Commit

Permalink
! Renamed resouce for Navigation Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed Dec 29, 2018
1 parent f7926ea commit 8156270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codist/CodistPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ internal static class SharedDictionaryManager
internal static ResourceDictionary ContextMenu => _ContextMenu ?? (_ContextMenu = WpfHelper.LoadComponent("controls/ContextMenu.xaml"));

// for menu styles, see https://docs.microsoft.com/en-us/dotnet/framework/wpf/controls/menu-styles-and-templates
internal static ResourceDictionary Menu => _Menu ?? (_Menu = WpfHelper.LoadComponent("controls/Menu.xaml"));
internal static ResourceDictionary Menu => _Menu ?? (_Menu = WpfHelper.LoadComponent("controls/NavigationBar.xaml"));
}

}
File renamed without changes.

0 comments on commit 8156270

Please sign in to comment.