fix wrapping in dialog

This commit is contained in:
Hao Liu
2025-03-14 14:17:34 +08:00
parent bfc7ca80af
commit 3ddfda9ddb

View File

@@ -82,7 +82,7 @@
<ItemsControl x:Name="RemappedKeys">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" Spacing="4" />
<controls:WrapPanel HorizontalSpacing="4" Orientation="Horizontal" />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>