mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[Settings]Colorpicker settings page focus a11y fixes (#32582)
* fixed dialog tab navigation * fixed color formats list focus
This commit is contained in:
committed by
GitHub
parent
5c352a3bf3
commit
cc4bd4486c
@@ -1,4 +1,4 @@
|
||||
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
|
||||
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
|
||||
<!-- Licensed under the MIT License. See LICENSE in the project root for license information. -->
|
||||
|
||||
<UserControl
|
||||
@@ -96,6 +96,7 @@
|
||||
|
||||
<ItemsControl
|
||||
x:Name="ParametersItemsControl"
|
||||
IsTabStop="False"
|
||||
ItemTemplate="{StaticResource FormatParameterTemplate}"
|
||||
ItemsPanel="{StaticResource ItemPanelTemplate}" />
|
||||
|
||||
@@ -107,6 +108,7 @@
|
||||
|
||||
<ItemsControl
|
||||
x:Name="ColorParametersItemsControl"
|
||||
IsTabStop="False"
|
||||
ItemTemplate="{StaticResource ColorParameterTemplate}"
|
||||
ItemsPanel="{StaticResource ItemPanelTemplate}" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user