Merge pull request #3785 from Flow-Launcher/row_issue

Fix grid row issue
This commit is contained in:
Jack Ye 2025-06-30 14:55:52 +08:00 committed by GitHub
commit e965b56824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>