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