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 0228e6e commit b097aa0Copy full SHA for b097aa0
Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml
@@ -5,9 +5,9 @@
5
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
7
xmlns:sys="clr-namespace:System;assembly=System.Runtime"
8
- DataContext="{Binding RelativeSource={RelativeSource Self}}"
9
d:DesignHeight="300"
10
d:DesignWidth="300"
+ DataContext="{Binding RelativeSource={RelativeSource Self}}"
11
mc:Ignorable="d">
12
<Grid x:Name="PreviewGrid" VerticalAlignment="Stretch">
13
<Grid.RowDefinitions>
0 commit comments