Ver Fonte

Добавление инфы о ингридиентах

semen há 5 meses atrás
pai
commit
ec9a71e1ee
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      FoodLogProject/Views/Page7.axaml

+ 3 - 2
FoodLogProject/Views/Page7.axaml

@@ -42,8 +42,9 @@
 								<ListBox.ItemTemplate>
 									<DataTemplate>
 										<StackPanel >
-										
-							<TextBlock Text="{Binding Ingredient.IngredientName}"/>
+
+											<TextBlock Text="{Binding Ingredient.IngredientName}"/>
+											<TextBlock Text="{Binding Weight}"/>
 										</StackPanel>
 											</DataTemplate>
 								</ListBox.ItemTemplate>