Merge pull request #367 from irihitech/issue/359

Fix TopLevelMenuItem HeaderTemplate
This commit is contained in:
Zhang Dian 2024-06-24 21:38:30 +08:00 committed by GitHub
commit 9e5d5298c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,6 +301,7 @@
HorizontalAlignment="Stretch" HorizontalAlignment="Stretch"
VerticalAlignment="Center" VerticalAlignment="Center"
Content="{TemplateBinding Header}" Content="{TemplateBinding Header}"
ContentTemplate="{TemplateBinding HeaderTemplate}"
RecognizesAccessKey="True" /> RecognizesAccessKey="True" />
<Popup <Popup
Name="PART_Popup" Name="PART_Popup"