fix: remove content presenter text style binding in FlyoutPresenter.

This commit is contained in:
rabbitism 2023-02-18 23:06:17 +08:00
parent 303b7dbf49
commit 21e8f09934

View File

@ -40,9 +40,7 @@
HorizontalContentAlignment="Stretch"
VerticalContentAlignment="Stretch"
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
FontWeight="{TemplateBinding FontWeight}"
TextElement.Foreground="{TemplateBinding Foreground}" />
ContentTemplate="{TemplateBinding ContentTemplate}" />
</ScrollViewer>
</Border>
</ControlTemplate>