diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml | 5 |
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> |
