Fix grid row issue

This commit is contained in:
Jack251970 2025-06-30 14:39:29 +08:00
parent 077a86e1b4
commit 0c1fcad06f

View file

@ -44,7 +44,7 @@
TextWrapping="Wrap" />
</Grid>
</Grid>
<StackPanel Grid.Row="2">
<StackPanel Grid.Row="1">
<StackPanel.Style>
<Style TargetType="StackPanel">
<Style.Triggers>