aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-03-16 15:23:40 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-03-16 15:23:40 +0200
commit6ccd2ee79d33669baea3d5d49b3fc5597e32d177 (patch)
tree4f69894b5c12f9dc461a8542895ac443662f4633 /Software/Visual_Studio/PPC
parentc1105285f1c0d3051a0bef4e70a4a345a7ed42cc (diff)
downloadTango-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')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml4
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest2
2 files changed, 3 insertions, 3 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>
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest
index d72e75011..efc5f8179 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest
@@ -16,7 +16,7 @@
Remove this element if your application requires this virtualization for backwards
compatibility.
-->
- <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
+ <!--<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />-->
</requestedPrivileges>
</security>
</trustInfo>