mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
ux: force using arrow cursor when hover a menu item
This commit is contained in:
parent
7a2722e928
commit
2b7b1e81e0
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@
|
|||
<Setter Property="Height" Value="28"/>
|
||||
<Setter Property="Background" Value="Transparent" />
|
||||
<Setter Property="Foreground" Value="{DynamicResource Brush.FG1}" />
|
||||
<Setter Property="Cursor" Value="Arrow"/>
|
||||
|
||||
<Setter Property="Template">
|
||||
<ControlTemplate>
|
||||
|
|
Loading…
Reference in a new issue