File tree Expand file tree Collapse file tree 3 files changed +2
-39
lines changed
Expand file tree Collapse file tree 3 files changed +2
-39
lines changed Original file line number Diff line number Diff line change 8484 Text =" {Binding StatusText}" />
8585
8686 <!-- Recipe List -->
87- <ScrollViewer
88- Margin =" 10"
89- HorizontalAlignment =" Center" >
87+ <ScrollViewer Margin =" 10" HorizontalAlignment =" Center" >
9088 <ItemsControl ItemsSource =" {Binding FilteredRecipes}" >
9189 <ItemsControl .ItemsPanel>
9290 <ItemsPanelTemplate >
155153 Text =" {Binding Name}"
156154 TextTrimming =" WordEllipsis"
157155 TextWrapping =" WrapWithOverflow" />
158-
159- <TextBlock
160- FontSize =" 16"
161- MaxLines =" 2"
162- Text =" {Binding Description}"
163- TextTrimming =" WordEllipsis"
164- TextWrapping =" Wrap" >
165-
166- <TextBlock .Foreground>
167- <SolidColorBrush Opacity =" 0.8" Color =" White" />
168- </TextBlock .Foreground>
169- </TextBlock >
170156 </StackPanel >
171157
172158 <material : MaterialIcon
Original file line number Diff line number Diff line change 5252 FontSize =" 24"
5353 FontWeight =" Bold"
5454 Text =" {Binding CurrentRecipe.Name}" />
55- <TextBlock
56- Grid.Row=" 1"
57- Margin =" 10,0,0,5"
58- FontSize =" 18"
59- MaxLines =" 3"
60- Opacity =" 0.8"
61- Text =" {Binding CurrentRecipe.Description}"
62- TextWrapping =" Wrap" />
63-
6455 <StackPanel
6556 Grid.Row=" 2"
6657 Margin =" 10,0,0,0"
Original file line number Diff line number Diff line change 8585 Text =" {Binding StatusText}" />
8686
8787 <!-- Recipe List -->
88- <ScrollViewer
89- Margin =" 10"
90- HorizontalAlignment =" Center" >
88+ <ScrollViewer Margin =" 10" HorizontalAlignment =" Center" >
9189 <ItemsControl ItemsSource =" {Binding FilteredRecipes}" >
9290 <ItemsControl .ItemsPanel>
9391 <ItemsPanelTemplate >
156154 Text =" {Binding Name}"
157155 TextTrimming =" WordEllipsis"
158156 TextWrapping =" WrapWithOverflow" />
159-
160- <TextBlock
161- FontSize =" 16"
162- MaxLines =" 2"
163- Text =" {Binding Description}"
164- TextTrimming =" WordEllipsis"
165- TextWrapping =" Wrap" >
166-
167- <TextBlock .Foreground>
168- <SolidColorBrush Opacity =" 0.8" Color =" White" />
169- </TextBlock .Foreground>
170- </TextBlock >
171157 </StackPanel >
172158
173159 <material : MaterialIcon
You can’t perform that action at this time.
0 commit comments