Fix About Tab Size

This commit is contained in:
DB p 2022-11-17 15:44:51 +09:00
parent b364a9496a
commit 11cae7d97f

View file

@ -445,7 +445,8 @@
Panel.ZIndex="1"
Background="Transparent"
IsItemsHost="true"
KeyboardNavigation.TabIndex="1" />
KeyboardNavigation.TabIndex="1"
LastChildFill="False" />
<Border
x:Name="contentPanel"
Grid.Row="0"