|
|
@@ -11,11 +11,13 @@ |
|
|
|
d:DesignHeight="450" |
|
|
|
d:DesignWidth="800" |
|
|
|
mc:Ignorable="d"> |
|
|
|
|
|
|
|
<UserControl.DataContext> |
|
|
|
<vm:RecipeReceiveViewModel/> |
|
|
|
</UserControl.DataContext> |
|
|
|
<UserControl.Resources> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SolidColorBrush x:Key="BorderSolid" Color="#5523CACA" /> |
|
|
|
<SolidColorBrush x:Key="FontColor" Color="#FF2AB2E7" /> |
|
|
|
<SolidColorBrush x:Key="TitleFontColor" Color="#ddd" /> |
|
|
@@ -145,12 +147,8 @@ |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
<!--#endregion--> |
|
|
|
|
|
|
|
</UserControl.Resources> |
|
|
|
|
|
|
|
<UserControl.DataContext> |
|
|
|
<vm:RecipeReceiveViewModel/> |
|
|
|
</UserControl.DataContext> |
|
|
|
</UserControl.Resources> |
|
|
|
|
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
@@ -194,6 +192,7 @@ |
|
|
|
</StackPanel> |
|
|
|
<ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Hidden"> |
|
|
|
<ListBox |
|
|
|
|
|
|
|
Grid.Row="2" |
|
|
|
Margin="5" |
|
|
|
VerticalAlignment="Top" |
|
|
|