File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 7
7
xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
8
8
d : DataContext =" {d:DesignInstance Type=vm:ResultViewModel}"
9
9
mc : Ignorable =" d" >
10
- <Grid
11
- Background =" Transparent" >
12
- <Grid .RowDefinitions>
13
- <RowDefinition Height =" *" />
14
- <RowDefinition Height =" Auto" />
15
- </Grid .RowDefinitions>
10
+ <DockPanel Background =" Transparent" >
11
+ <TextBlock
12
+ DockPanel.Dock=" Bottom"
13
+ x : Name =" PreviewSubTitle"
14
+ Style =" {DynamicResource PreviewItemSubTitleStyle}"
15
+ Text =" {Binding Result.SubTitle}" />
16
+
16
17
<StackPanel VerticalAlignment =" Center" >
17
18
<TextBlock
18
19
x : Name =" PreviewGlyphIcon"
50
51
TextAlignment =" Center"
51
52
TextWrapping =" Wrap" />
52
53
</StackPanel >
53
- <TextBlock Grid.Row=" 1"
54
- x : Name =" PreviewSubTitle"
55
- Style =" {DynamicResource PreviewItemSubTitleStyle}"
56
- Text =" {Binding Result.SubTitle}" />
57
- </Grid >
54
+ </DockPanel >
58
55
</UserControl >
You can’t perform that action at this time.
0 commit comments