[Settings]Improve Shortcut Control visibility and accessibility (#22813)

This commit is contained in:
Niels Laute
2022-12-16 15:03:54 +01:00
committed by GitHub
parent b775d0710f
commit f574694cc0

View File

@@ -15,11 +15,10 @@
<Button
x:Name="EditButton"
Padding="0"
Background="Transparent"
BorderBrush="Transparent"
Click="OpenDialogButton_Click">
Click="OpenDialogButton_Click"
CornerRadius="8">
<StackPanel
Margin="6,0,6,0"
Margin="12,6,12,6"
Orientation="Horizontal"
Spacing="16">
<ItemsControl
@@ -29,9 +28,7 @@
IsTabStop="False">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel
Orientation="Horizontal"
Spacing="4" />
<StackPanel Orientation="Horizontal" Spacing="4" />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>