mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix grid row issue
This commit is contained in:
parent
077a86e1b4
commit
0c1fcad06f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
TextWrapping="Wrap" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
<StackPanel Grid.Row="2">
|
||||
<StackPanel Grid.Row="1">
|
||||
<StackPanel.Style>
|
||||
<Style TargetType="StackPanel">
|
||||
<Style.Triggers>
|
||||
|
|
|
|||
Loading…
Reference in a new issue