mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused trigger
This commit is contained in:
parent
ce8b544ff5
commit
0228e6e488
1 changed files with 0 additions and 9 deletions
|
|
@ -37,15 +37,6 @@
|
|||
</Grid>
|
||||
</Grid>
|
||||
<StackPanel Grid.Row="1">
|
||||
<StackPanel.Style>
|
||||
<Style TargetType="StackPanel">
|
||||
<Style.Triggers>
|
||||
<DataTrigger Binding="{Binding Result.SubTitle.Length}" Value="0">
|
||||
<Setter Property="Visibility" Value="Collapsed" />
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
</StackPanel.Style>
|
||||
<Rectangle
|
||||
x:Name="PreviewSep"
|
||||
Width="Auto"
|
||||
|
|
|
|||
Loading…
Reference in a new issue