fix: Flyout should not inherits the style of its PlacementTarget (#524)

This commit is contained in:
leo 2024-09-29 09:28:52 +08:00
parent 4d6ecd2396
commit ae5a94fd8a
No known key found for this signature in database

View file

@ -192,6 +192,7 @@
<Setter Property="MaxWidth" Value="1024"/>
<Setter Property="MaxHeight" Value="768"/>
<Setter Property="Padding" Value="0"/>
<Setter Property="Cursor" Value="Arrow"/>
<Setter Property="Template">
<ControlTemplate>