diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-03-16 15:23:40 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-03-16 15:23:40 +0200 |
| commit | 6ccd2ee79d33669baea3d5d49b3fc5597e32d177 (patch) | |
| tree | 4f69894b5c12f9dc461a8542895ac443662f4633 /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs | |
| parent | c1105285f1c0d3051a0bef4e70a4a345a7ed42cc (diff) | |
| download | Tango-6ccd2ee79d33669baea3d5d49b3fc5597e32d177.tar.gz Tango-6ccd2ee79d33669baea3d5d49b3fc5597e32d177.zip | |
Changed bit result Pending to Skipped.
Changed status display order.
Increased BIT fetch timeout to 5 min.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml index d6c6a9b0f..c9618d594 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml @@ -68,8 +68,8 @@ <touch:TouchIcon Width="16"> <touch:TouchIcon.Style> <Style TargetType="touch:TouchIcon" BasedOn="{StaticResource {x:Type touch:TouchIcon}}"> - <Setter Property="Icon" Value="TimerSand"></Setter> - <Setter Property="Foreground" Value="{StaticResource TangoDarkForegroundBrush}"></Setter> + <Setter Property="Icon" Value="SkipNextCircleOutline"></Setter> + <Setter Property="Foreground" Value="{StaticResource TangoGrayBrush}"></Setter> <Style.Triggers> <DataTrigger Binding="{Binding BitResult.Status}" Value="Passed"> <Setter Property="Icon" Value="Check"></Setter> |
