[Settings] RadioButton header fixes + updated colorpicker GIF for OOBE (#11531)

This commit is contained in:
Niels Laute
2021-06-08 19:56:38 +02:00
committed by GitHub
parent 0f19d675f5
commit f0d68211a3
5 changed files with 6 additions and 6 deletions

View File

@@ -101,7 +101,6 @@
Foreground="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled, Converter={StaticResource ModuleEnabledToForegroundConverter}}"/>
<muxc:RadioButtons IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}"
SelectedIndex="{x:Bind Mode=TwoWay, Path=ViewModel.ThemeIndex}"
Margin="{StaticResource XXSmallTopMargin}"
AutomationProperties.LabeledBy="{Binding ElementName=ShortcutGuide_Theme}">
<RadioButton x:Uid="Radio_Theme_Dark" />
<RadioButton x:Uid="Radio_Theme_Light" />