fix: update cursor.

This commit is contained in:
rabbitism 2023-03-16 20:50:51 +08:00
parent fc036395cc
commit 354be7e207

View File

@ -13,6 +13,7 @@
<Setter Property="Padding" Value="4" />
<Setter Property="Height" Value="28" />
<Setter Property="Width" Value="28" />
<Setter Property="Cursor" Value="Hand" />
<Setter Property="VerticalAlignment" Value="Stretch" />
<Setter Property="Template">
<ControlTemplate TargetType="Button">