Skip to content

Commit 0228e6e

Browse files
committed
Remove unused trigger
1 parent ce8b544 commit 0228e6e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
</Grid>
3838
</Grid>
3939
<StackPanel Grid.Row="1">
40-
<StackPanel.Style>
41-
<Style TargetType="StackPanel">
42-
<Style.Triggers>
43-
<DataTrigger Binding="{Binding Result.SubTitle.Length}" Value="0">
44-
<Setter Property="Visibility" Value="Collapsed" />
45-
</DataTrigger>
46-
</Style.Triggers>
47-
</Style>
48-
</StackPanel.Style>
4940
<Rectangle
5041
x:Name="PreviewSep"
5142
Width="Auto"

0 commit comments

Comments
 (0)