mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Set correct minimum for minutes
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
LargeChange="5"/>
|
LargeChange="5"/>
|
||||||
<muxc:NumberBox x:Uid="Espresso_TemporaryKeepAwake_Minutes"
|
<muxc:NumberBox x:Uid="Espresso_TemporaryKeepAwake_Minutes"
|
||||||
Value="{Binding Minutes, Mode=TwoWay}"
|
Value="{Binding Minutes, Mode=TwoWay}"
|
||||||
Minimum="0"
|
Minimum="1"
|
||||||
SpinButtonPlacementMode="Compact"
|
SpinButtonPlacementMode="Compact"
|
||||||
Margin="8,0,0,0"
|
Margin="8,0,0,0"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
|
|||||||
Reference in New Issue
Block a user