|
|
@@ -149,7 +149,7 @@ |
|
|
|
</UserControl.Resources> |
|
|
|
|
|
|
|
<UserControl.DataContext> |
|
|
|
<vm:RecipeReceiveViewModel /> |
|
|
|
<vm:RecipeReceiveViewModel/> |
|
|
|
</UserControl.DataContext> |
|
|
|
|
|
|
|
<Grid> |
|
|
@@ -192,7 +192,7 @@ |
|
|
|
IsEnabled="True" |
|
|
|
Style="{StaticResource IcoButtonStyle}" /> |
|
|
|
</StackPanel> |
|
|
|
<ScrollViewer Grid.Row="1"> |
|
|
|
<ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Hidden"> |
|
|
|
<ListBox |
|
|
|
Grid.Row="2" |
|
|
|
Margin="5" |
|
|
|