[MouseUtils]Allow crosshairs radius to be 0 px (#35036)

This commit is contained in:
octastylos-pseudodipteros
2024-09-25 14:58:41 +02:00
committed by GitHub
parent 605a16d95c
commit bbad1eb461

View File

@@ -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}" />