We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bcfc1 commit 3c7b8cfCopy full SHA for 3c7b8cf
Flow.Launcher/MainWindow.xaml
@@ -432,9 +432,13 @@
432
</ControlTemplate>
433
</GridSplitter.Template>
434
</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 -->
438
<Grid
439
x:Name="Preview"
440
Grid.Column="2"
441
+ Height="380"
442
VerticalAlignment="Stretch"
443
Style="{DynamicResource PreviewArea}"
444
Visibility="{Binding InternalPreviewVisible, Converter={StaticResource BoolToVisibilityConverter}}">
0 commit comments