File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 207
207
IsOpen =" {Binding IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}"
208
208
PopupAnimation =" Slide"
209
209
Placement =" Bottom"
210
- VerticalOffset =" -16"
211
- CacheMode =" {Binding RelativeSource={RelativeSource Self}, Path=(wpf:ShadowAssist.CacheMode)}" >
210
+ CacheMode =" {Binding RelativeSource={RelativeSource Self}, Path=(wpf:ShadowAssist.CacheMode)}" >
212
211
<Border x : Name =" SubMenuBorder"
213
212
Background =" {Binding Path=Background, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=MenuBase}}"
214
213
Effect =" {DynamicResource MaterialDesignShadowDepth1}"
239
238
<Trigger Property =" Role" Value =" SubmenuHeader" >
240
239
<Setter TargetName =" SubBlock" Property =" Visibility" Value =" Visible" />
241
240
<Setter TargetName =" PART_Popup" Property =" Placement" Value =" Right" />
241
+ <Setter TargetName =" PART_Popup" Property =" VerticalOffset" Value =" -16" />
242
242
<Setter Property =" Height" Value =" 32" />
243
243
<Setter TargetName =" BoldHeaderPresenter" Property =" Visibility" Value =" Collapsed" />
244
244
</Trigger >
You can’t perform that action at this time.
0 commit comments