Skip to content

Commit

Permalink
Theming ContextMenuEx in Metro
Browse files Browse the repository at this point in the history
Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black

BugFix for Issue http://avalondock.codeplex.com/workitem/15743
  • Loading branch information
Dirkster99 committed Feb 14, 2019
1 parent 86edf83 commit fd2186e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2060,5 +2060,11 @@

</Style>

<!--
Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black
BugFix for Issue http://avalondock.codeplex.com/workitem/15743
-->
<Style TargetType="{x:Type avalonDockControls:ContextMenuEx}" BasedOn="{StaticResource {x:Type ContextMenu}}">
</Style>

</ResourceDictionary>

0 comments on commit fd2186e

Please sign in to comment.