mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Fix Accessibility Issues of PT Run settings page (#6090)
* label number box * Added information to the PTRun image on the right
This commit is contained in:
@@ -591,6 +591,9 @@
|
|||||||
<data name="About_PowerLauncher.Text" xml:space="preserve">
|
<data name="About_PowerLauncher.Text" xml:space="preserve">
|
||||||
<value>About PowerToys Run</value>
|
<value>About PowerToys Run</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="PowerToys_Run_Image.AutomationProperties.Name" xml:space="preserve">
|
||||||
|
<value>PowerToys Run</value>
|
||||||
|
</data>
|
||||||
<data name="About_PowerRename.Text" xml:space="preserve">
|
<data name="About_PowerRename.Text" xml:space="preserve">
|
||||||
<value>About Power Rename</value>
|
<value>About Power Rename</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -127,6 +127,7 @@
|
|||||||
/>-->
|
/>-->
|
||||||
|
|
||||||
<TextBlock x:Uid="PowerLauncher_MaximumNumberOfResults"
|
<TextBlock x:Uid="PowerLauncher_MaximumNumberOfResults"
|
||||||
|
x:Name="PowerLauncher_MaximumNumberOfResults"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
Foreground="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher, Converter={StaticResource ModuleEnabledToForegroundConverter}}"/>
|
Foreground="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher, Converter={StaticResource ModuleEnabledToForegroundConverter}}"/>
|
||||||
|
|
||||||
@@ -136,7 +137,8 @@
|
|||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Minimum="1"
|
Minimum="1"
|
||||||
Margin="{StaticResource HeaderTextTopMargin}"
|
Margin="{StaticResource HeaderTextTopMargin}"
|
||||||
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}"/>
|
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}"
|
||||||
|
AutomationProperties.LabeledBy="{Binding ElementName=PowerLauncher_MaximumNumberOfResults}"/>
|
||||||
|
|
||||||
<CheckBox x:Uid="PowerLauncher_ClearInputOnLaunch"
|
<CheckBox x:Uid="PowerLauncher_ClearInputOnLaunch"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
@@ -172,7 +174,7 @@
|
|||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Margin="{StaticResource SmallTopBottomMargin}"
|
Margin="{StaticResource SmallTopBottomMargin}"
|
||||||
RelativePanel.Below="DescriptionPanel">
|
RelativePanel.Below="DescriptionPanel">
|
||||||
<Image Source="ms-appx:///Assets/Modules/PowerLauncher.png" />
|
<Image x:Uid="PowerToys_Run_Image" Source="ms-appx:///Assets/Modules/PowerLauncher.png" />
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<StackPanel x:Name="LinksPanel"
|
<StackPanel x:Name="LinksPanel"
|
||||||
|
|||||||
Reference in New Issue
Block a user