File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 58
58
</Style >
59
59
</StackPanel .Style>
60
60
<Rectangle
61
+ x : Name =" PreviewSep"
61
62
Width =" Auto"
62
63
Height =" 1"
63
64
Margin =" 0 0 5 0"
72
73
Height =" 1"
73
74
Margin =" 0 0 5 0"
74
75
HorizontalAlignment =" Stretch"
75
- Style =" {DynamicResource SeparatorStyle}" />
76
+ Fill =" {Binding ElementName=PreviewSep, Path=Fill}" >
77
+ <Rectangle .Style>
78
+ <Style TargetType =" Rectangle" >
79
+ <Setter Property =" Visibility" Value =" Visible" />
80
+ <Style .Triggers>
81
+ <MultiDataTrigger >
82
+ <MultiDataTrigger .Conditions>
83
+ <Condition Binding =" {Binding FileSizeVisibility, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" Value =" Collapsed" />
84
+ <Condition Binding =" {Binding CreatedAtVisibility, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" Value =" Collapsed" />
85
+ <Condition Binding =" {Binding LastModifiedAtVisibility, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" Value =" Collapsed" />
86
+ </MultiDataTrigger .Conditions>
87
+ <Setter Property =" Visibility" Value =" Collapsed" />
88
+ </MultiDataTrigger >
89
+ </Style .Triggers>
90
+ </Style >
91
+ </Rectangle .Style>
92
+ </Rectangle >
76
93
<StackPanel Visibility =" {Binding FileInfoVisibility, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" >
77
94
<Grid Margin =" 0 10 0 10" >
78
95
<Grid .ColumnDefinitions>
84
101
<RowDefinition Height =" Auto" />
85
102
<RowDefinition Height =" Auto" />
86
103
</Grid .RowDefinitions>
87
-
88
104
<TextBlock
89
105
Grid.Row=" 0"
90
106
Grid.Column=" 0"
You can’t perform that action at this time.
0 commit comments