mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
FZ disabled fix (#10100)
Co-authored-by: Niels Laute <niels9001@hotmail.com>
This commit is contained in:
@@ -123,15 +123,11 @@
|
||||
<CheckBox x:Uid="FancyZones_SpanZonesAcrossMonitorsCheckBoxControl"
|
||||
IsChecked="{x:Bind Mode=TwoWay, Path=ViewModel.SpanZonesAcrossMonitors}"
|
||||
Margin="{StaticResource XSmallTopMargin}"
|
||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}"/>
|
||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}" />
|
||||
|
||||
<TextBlock x:Uid="FancyZones_OverlappingZonesLabel"
|
||||
Margin="{StaticResource SmallTopMargin}"
|
||||
Foreground="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled, Converter={StaticResource ModuleEnabledToForegroundConverter}}"/>
|
||||
|
||||
<ComboBox Name="FancyZones_OverlappingZonesComboBox"
|
||||
x:Uid="FancyZones_OverlappingZonesComboBox"
|
||||
<ComboBox x:Uid="FancyZones_OverlappingZones"
|
||||
SelectedIndex="{x:Bind Path=ViewModel.OverlappingZonesAlgorithmIndex, Mode=TwoWay}"
|
||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}"
|
||||
VerticalAlignment="Center"
|
||||
Width="{StaticResource MaxComboBoxWidth}"
|
||||
Margin="{StaticResource SmallTopMargin}">
|
||||
|
||||
Reference in New Issue
Block a user