Skip to content

Commit 3c7b8cf

Browse files
committed
Force preview panel height
1 parent f1bcfc1 commit 3c7b8cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,13 @@
432432
</ControlTemplate>
433433
</GridSplitter.Template>
434434
</GridSplitter>
435+
<!-- // TODO: Check Height Issue -->
436+
<!-- I do not know why Preview grid height will be 0 when selected item is from history -->
437+
<!-- So I add Height="380" to force its height to be set -->
435438
<Grid
436439
x:Name="Preview"
437440
Grid.Column="2"
441+
Height="380"
438442
VerticalAlignment="Stretch"
439443
Style="{DynamicResource PreviewArea}"
440444
Visibility="{Binding InternalPreviewVisible, Converter={StaticResource BoolToVisibilityConverter}}">

0 commit comments

Comments
 (0)