Prechádzať zdrojové kódy

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

semen 5 mesiacov pred
rodič
commit
ec9a71e1ee
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  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>