Skip to content

Commit ae5a94f

Browse files
committed
fix: Flyout should not inherits the style of its PlacementTarget (#524)
1 parent 4d6ecd2 commit ae5a94f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/Styles.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
<Setter Property="MaxWidth" Value="1024"/>
193193
<Setter Property="MaxHeight" Value="768"/>
194194
<Setter Property="Padding" Value="0"/>
195+
<Setter Property="Cursor" Value="Arrow"/>
195196

196197
<Setter Property="Template">
197198
<ControlTemplate>

0 commit comments

Comments
 (0)