Skip to content

Commit 3f9fad8

Browse files
committed
removing description
1 parent 39f1d5f commit 3f9fad8

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

Meowlicious/Views/FavoritesView.axaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
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>
@@ -155,18 +153,6 @@
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

Meowlicious/Views/OpenedRecipeView.axaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
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"

Meowlicious/Views/RecipeExplorerView.axaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@
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>
@@ -156,18 +154,6 @@
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

0 commit comments

Comments
 (0)