mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
[MouseUtils]Allow crosshairs radius to be 0 px (#35036)
This commit is contained in:
parent
605a16d95c
commit
bbad1eb461
@ -388,7 +388,7 @@
|
||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||
LargeChange="10"
|
||||
Maximum="500"
|
||||
Minimum="1"
|
||||
Minimum="0"
|
||||
SmallChange="1"
|
||||
SpinButtonPlacementMode="Compact"
|
||||
Value="{x:Bind ViewModel.MousePointerCrosshairsRadius, Mode=TwoWay}" />
|
||||
|
Loading…
Reference in New Issue
Block a user