Skip to content

Commit 06e5ec4

Browse files
committed
Adjust Custom Preview Panel Layout
1 parent 98760b0 commit 06e5ec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,9 @@
448448
</StackPanel>
449449
</Grid>
450450
</Border>
451-
<ContentControl Content="{Binding Result.PreviewPanel.Value}" Visibility="{Binding ShowCustomizedPreview}" />
451+
<Border Style="{DynamicResource PreviewBorderStyle}" Visibility="{Binding ShowCustomizedPreview}">
452+
<ContentControl Content="{Binding Result.PreviewPanel.Value}" />
453+
</Border>
452454
</Grid>
453455
</Grid>
454456
</StackPanel>

0 commit comments

Comments
 (0)