Explorar el Código

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

semen hace 5 meses
padre
commit
ec9a71e1ee
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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>