mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-03 03:19:08 +08:00
Fix binding
This commit is contained in:
parent
15df1a2f1d
commit
31ca8ff2ce
@ -108,7 +108,7 @@
|
||||
HorizontalAlignment="Left"
|
||||
Margin="{StaticResource SmallTopMargin}"
|
||||
MinWidth="90"
|
||||
IsEnabled="{Binding IsEnabled}"
|
||||
IsEnabled="{Binding Mode, Converter={StaticResource EspressoModeToReverseBoolConverter}}"
|
||||
SmallChange="1"
|
||||
LargeChange="5"/>
|
||||
<muxc:NumberBox x:Uid="Espresso_TemporaryKeepAwake_Minutes"
|
||||
@ -118,7 +118,7 @@
|
||||
HorizontalAlignment="Left"
|
||||
Margin="{StaticResource SmallLeftTopRightBottomMargin}"
|
||||
MinWidth="90"
|
||||
IsEnabled="{Binding IsEnabled}"
|
||||
IsEnabled="{Binding Mode, Converter={StaticResource EspressoModeToReverseBoolConverter}}"
|
||||
SmallChange="1"
|
||||
LargeChange="5"/>
|
||||
</StackPanel>
|
||||
|
Loading…
Reference in New Issue
Block a user