diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-06-25 01:04:59 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-06-25 01:04:59 +0300 |
| commit | 22dd2a3dea15628a9242cb585d615b9b2e4e5422 (patch) | |
| tree | 0b0e2aac27af49551ddeb6836e43cefe0a3600f4 /Software/Visual_Studio/PPC/Tango.PPC.UI | |
| parent | a7063c0f6480d8be6d26a58a8364d4a08fed6bcf (diff) | |
| download | Tango-22dd2a3dea15628a9242cb585d615b9b2e4e5422.tar.gz Tango-22dd2a3dea15628a9242cb585d615b9b2e4e5422.zip | |
Updated bit icon on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/BitResultsView.xaml | 5 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Images/bit_new.png | bin | 0 -> 11394 bytes | |||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 3 |
3 files changed, 3 insertions, 5 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> diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/bit_new.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/bit_new.png Binary files differnew file mode 100644 index 000000000..7e6bb0ab4 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/bit_new.png diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj index 6d2c3ff44..738d94c3e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj @@ -485,6 +485,7 @@ <Resource Include="Images\ThreadLoading\NewThread\ReadyForLoading\arc\7.jpg" /> <Resource Include="Images\ThreadLoading\NewThread\machine_full.jpg" /> <Resource Include="Images\bit.png" /> + <Resource Include="Images\bit_new.png" /> <Content Include="Manifests\release.xml" /> <Content Include="Manifests\debug.xml" /> <None Include="firmware_package.tfp"> @@ -786,7 +787,7 @@ if $(ConfigurationName) == Debug copy /Y "$(TargetDir)Packages" "$(TargetDir)"</ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
