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 3bf4829 commit 852dcc7Copy full SHA for 852dcc7
Flow.Launcher/MainWindow.xaml
@@ -439,6 +439,7 @@
439
Style="{DynamicResource PreviewArea}"
440
Visibility="{Binding PreviewVisible, Converter={StaticResource BoolToVisibilityConverter}}">
441
<Border
442
+ MinHeight="380"
443
d:DataContext="{d:DesignInstance vm:ResultViewModel}"
444
DataContext="{Binding SelectedItem, ElementName=ResultListBox}"
445
Style="{DynamicResource PreviewBorderStyle}"
@@ -514,6 +515,7 @@
514
515
</Grid>
516
</Border>
517
518
519
MaxHeight="{Binding ElementName=ResultListBox, Path=ActualHeight}"
520
521
0 commit comments