From 773c57e6094ef995875faeccb569fe09ad304218 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Fri, 23 Oct 2020 16:10:16 +0200 Subject: [PATCH] File format limitations are now announced by Narrator --- .../Views/ImageResizerPage.xaml | 70 ++++++++----------- 1 file changed, 31 insertions(+), 39 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml index 3939cea8ec..d7c98c4f64 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml @@ -255,7 +255,9 @@ MinWidth="240" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}" Margin="{StaticResource SmallTopMargin}" - AutomationProperties.LabeledBy="{Binding ElementName=ImageResizer_FilenameFormatHeader}"> + AutomationProperties.LabeledBy="{Binding ElementName=ImageResizer_FilenameFormatHeader}" + AutomationProperties.HelpText="{Binding ElementName=FileFormatTextBlock, Path=Text}" + > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +