Skip to content

Commit 0c1fcad

Browse files
committed
Fix grid row issue
1 parent 077a86e commit 0c1fcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
TextWrapping="Wrap" />
4545
</Grid>
4646
</Grid>
47-
<StackPanel Grid.Row="2">
47+
<StackPanel Grid.Row="1">
4848
<StackPanel.Style>
4949
<Style TargetType="StackPanel">
5050
<Style.Triggers>

0 commit comments

Comments
 (0)