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 b37f21a commit 3bcd269Copy full SHA for 3bcd269
Flow.Launcher/MainWindow.xaml
@@ -460,7 +460,7 @@
460
Style="{DynamicResource PreviewArea}"
461
Visibility="{Binding PreviewVisible, Converter={StaticResource BoolToVisibilityConverter}}">
462
<Border
463
-
+ MinHeight="380"
464
d:DataContext="{d:DesignInstance vm:ResultViewModel}"
465
DataContext="{Binding SelectedItem, ElementName=ResultListBox}"
466
Visibility="{Binding ShowDefaultPreview}">
@@ -535,7 +535,7 @@
535
</Grid>
536
</Border>
537
538
539
MaxHeight="{Binding ElementName=ResultListBox, Path=ActualHeight}"
540
Padding="0 0 10 10"
541
0 commit comments