File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 13
13
<RowDefinition Height =" *" />
14
14
<RowDefinition Height =" Auto" />
15
15
</Grid .RowDefinitions>
16
- <Grid Grid.Row=" 0" VerticalAlignment =" Center" >
17
- <Grid .RowDefinitions>
18
- <RowDefinition Height =" Auto" />
19
- <RowDefinition Height =" Auto" />
20
- </Grid .RowDefinitions>
16
+ <StackPanel VerticalAlignment =" Center" >
21
17
<TextBlock
22
18
x : Name =" PreviewGlyphIcon"
23
- Grid.Row=" 0"
24
19
Height =" Auto"
25
20
Margin =" 0 16 0 0"
26
21
FontFamily =" {Binding Glyph.FontFamily}"
29
24
Visibility =" {Binding ShowGlyph}" />
30
25
<Image
31
26
x : Name =" PreviewImageIcon"
32
- Grid.Row=" 0"
33
27
MaxHeight =" 320"
34
28
Margin =" 0 16 0 0"
35
29
HorizontalAlignment =" Center"
49
43
</Image >
50
44
<TextBlock
51
45
x : Name =" PreviewTitle"
52
- Grid.Row=" 1"
53
46
Margin =" 0 6 0 16"
54
47
HorizontalAlignment =" Stretch"
55
48
Style =" {DynamicResource PreviewItemTitleStyle}"
56
49
Text =" {Binding Result.Title}"
57
50
TextAlignment =" Center"
58
51
TextWrapping =" Wrap" />
59
- </Grid >
52
+ </StackPanel >
60
53
<StackPanel Grid.Row=" 1" >
61
54
<StackPanel .Style>
62
55
<Style TargetType =" {x:Type StackPanel}" >
You can’t perform that action at this time.
0 commit comments