File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
source/Components/AvalonDock.Themes.VS2013/Themes Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<Style x : Key =" DropDownControlArea" TargetType =" avalonDockControls:DropDownControlArea" />
28
28
29
- <!--
30
- Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black
31
- BugFix for Issue http://avalondock.codeplex.com/workitem/15743
32
- -->
33
-
34
29
<!--
35
30
dirkster99: Removing this ToolTip style:
36
31
1) As it does not appear to add any additional value?
73
68
Re-styling this in AvalonDock since the menu on the drop-down button for more documents is otherwise black
74
69
BugFix for Issue http://avalondock.codeplex.com/workitem/15743
75
70
-->
76
- <Style TargetType =" {x:Type MenuItem}" >
71
+ <Style BasedOn = " {StaticResource {x:Type MenuItem}} " TargetType =" {x:Type MenuItem}" >
77
72
<Setter Property =" HeaderTemplate" Value =" {Binding Path=Root.Manager.DocumentPaneMenuItemHeaderTemplate}" />
78
73
<Setter Property =" HeaderTemplateSelector" Value =" {Binding Path=Root.Manager.DocumentPaneMenuItemHeaderTemplateSelector}" />
79
74
<Setter Property =" BorderThickness" Value =" 0" />
90
85
-->
91
86
</Style >
92
87
88
+ <!--
89
+ dirkster99: Removing this ContextMenu style:
90
+ 1) As it does not appear to add any additional value?
91
+ 2) As it overwrites other ContextMenu styles (eg using MLib in Edi or Aehnlich)
93
92
<Style BasedOn="{StaticResource {x:Type ContextMenu}}" TargetType="{x:Type ContextMenu}">
94
93
<Setter Property="TextOptions.TextFormattingMode" Value="Display" />
95
94
<Setter Property="Background" Value="{DynamicResource {x:Static reskeys:ResourceKeys.Background}}" />
137
136
</Setter.Value>
138
137
</Setter>
139
138
</Style>
139
+ -->
140
140
141
141
<Style BasedOn =" {StaticResource {x:Type ContextMenu}}" TargetType =" {x:Type avalonDockControls:ContextMenuEx}" />
142
142
<Style x : Key =" AvalonDockThemeVs2013ToolButtonStyle" TargetType =" ToggleButton" >
You can’t perform that action at this time.
0 commit comments