mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[Settings]Improve Shortcut Control visibility and accessibility (#22813)
This commit is contained in:
@@ -15,11 +15,10 @@
|
|||||||
<Button
|
<Button
|
||||||
x:Name="EditButton"
|
x:Name="EditButton"
|
||||||
Padding="0"
|
Padding="0"
|
||||||
Background="Transparent"
|
Click="OpenDialogButton_Click"
|
||||||
BorderBrush="Transparent"
|
CornerRadius="8">
|
||||||
Click="OpenDialogButton_Click">
|
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Margin="6,0,6,0"
|
Margin="12,6,12,6"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
Spacing="16">
|
Spacing="16">
|
||||||
<ItemsControl
|
<ItemsControl
|
||||||
@@ -29,9 +28,7 @@
|
|||||||
IsTabStop="False">
|
IsTabStop="False">
|
||||||
<ItemsControl.ItemsPanel>
|
<ItemsControl.ItemsPanel>
|
||||||
<ItemsPanelTemplate>
|
<ItemsPanelTemplate>
|
||||||
<StackPanel
|
<StackPanel Orientation="Horizontal" Spacing="4" />
|
||||||
Orientation="Horizontal"
|
|
||||||
Spacing="4" />
|
|
||||||
</ItemsPanelTemplate>
|
</ItemsPanelTemplate>
|
||||||
</ItemsControl.ItemsPanel>
|
</ItemsControl.ItemsPanel>
|
||||||
<ItemsControl.ItemTemplate>
|
<ItemsControl.ItemTemplate>
|
||||||
|
|||||||
Reference in New Issue
Block a user