diff --git a/BPASmartClient.CustomResource/Pages/View/AlarmView.xaml b/BPASmartClient.CustomResource/Pages/View/AlarmView.xaml index d7341ee9..f9d449b7 100644 --- a/BPASmartClient.CustomResource/Pages/View/AlarmView.xaml +++ b/BPASmartClient.CustomResource/Pages/View/AlarmView.xaml @@ -239,11 +239,14 @@ - - + + - + @@ -309,7 +312,10 @@ - + diff --git a/BPASmartClient.CustomResource/Pages/View/RecipeCompleteView.xaml b/BPASmartClient.CustomResource/Pages/View/RecipeCompleteView.xaml index db6b3f59..b67fcafa 100644 --- a/BPASmartClient.CustomResource/Pages/View/RecipeCompleteView.xaml +++ b/BPASmartClient.CustomResource/Pages/View/RecipeCompleteView.xaml @@ -265,7 +265,7 @@ Margin="10,0,0,0" HorizontalAlignment="Left" Style="{StaticResource DataTextBlockStyle}" - Text="{Binding RunLogInfo}" + Text="{Binding RecipeName}" TextWrapping="Wrap" />