File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/WPFDevelopers.Shared/Styles Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 287
287
x : Key =" WD.DefaultMenuItem"
288
288
BasedOn =" {StaticResource WD.ControlBasicStyle}"
289
289
TargetType =" {x:Type MenuItem}" >
290
+ <Setter Property =" FontSize" Value =" {Binding RelativeSource={RelativeSource AncestorType=Menu}, Path=FontSize}" />
291
+ <Setter Property =" FontWeight" Value =" {Binding RelativeSource={RelativeSource AncestorType=Menu}, Path=FontWeight}" />
292
+ <Setter Property =" FontFamily" Value =" {Binding RelativeSource={RelativeSource AncestorType=Menu}, Path=FontFamily}" />
290
293
<Setter Property =" Padding" Value =" {Binding Padding, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type ItemsControl}}}" />
291
294
<Style .Triggers>
292
295
<Trigger Property =" Role" Value =" TopLevelHeader" >
You can’t perform that action at this time.
0 commit comments