File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 21
21
</Grid .RowDefinitions>
22
22
<Image
23
23
Grid.Row=" 0"
24
+ MaxWidth =" 96"
25
+ MaxHeight =" 96"
24
26
Margin =" 5 12 8 0"
25
- Source =" {Binding PreviewImage, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" >
26
- <Image .Style>
27
- <Style TargetType =" Image" >
28
- <Style .Triggers>
29
- <DataTrigger Binding =" {Binding UseBigThumbnail}" Value =" False" >
30
- <Setter Property =" MaxWidth" Value =" 96" />
31
- <Setter Property =" MaxHeight" Value =" 96" />
32
- </DataTrigger >
33
- </Style .Triggers>
34
- </Style >
35
- </Image .Style>
36
- </Image >
27
+ Source =" {Binding PreviewImage, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}" />
37
28
<Grid Grid.Row=" 1" >
38
29
<TextBlock
39
30
Margin =" 5 6 5 16"
You can’t perform that action at this time.
0 commit comments