aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-06-25 01:04:59 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-06-25 01:04:59 +0300
commit22dd2a3dea15628a9242cb585d615b9b2e4e5422 (patch)
tree0b0e2aac27af49551ddeb6836e43cefe0a3600f4 /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs
parenta7063c0f6480d8be6d26a58a8364d4a08fed6bcf (diff)
downloadTango-22dd2a3dea15628a9242cb585d615b9b2e4e5422.tar.gz
Tango-22dd2a3dea15628a9242cb585d615b9b2e4e5422.zip
Updated bit icon on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml5
1 files changed, 1 insertions, 4 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 a2e42ac3f..170422bc3 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml
@@ -15,10 +15,7 @@
</Grid>
<StackPanel DockPanel.Dock="Top" HorizontalAlignment="Center">
- <Grid Width="100">
- <Image Source="../Images/machine.png" Stretch="Uniform" RenderOptions.BitmapScalingMode="Fant" />
- <Image Source="../Images/bit.png" Stretch="None" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0 0 -20 -5" />
- </Grid>
+ <Image Source="../Images/bit_new.png" Stretch="Fill" RenderOptions.BitmapScalingMode="Fant" Width="110" />
<TextBlock VerticalAlignment="Center" Margin="0 10 0 0" FontSize="{StaticResource TangoHeaderFontSize}">Machine BIT Results</TextBlock>
</StackPanel>