introduced pixelated version of logo to be easier readable in 16x16

This commit is contained in:
Faryan Rezagholi
2018-12-24 01:07:01 +01:00
parent aa63d11816
commit ee7319c702
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -122,7 +122,7 @@ namespace mRemoteNG.UI.Menu
//
// mMenInfoAbout
//
_mMenInfoAbout.Image = Resources.AppIconPng;
_mMenInfoAbout.Image = Resources.AppIcon_pixel;
_mMenInfoAbout.Name = "mMenInfoAbout";
_mMenInfoAbout.Size = new System.Drawing.Size(190, 22);
_mMenInfoAbout.Text = Language.strMenuAbout;

View File

@@ -1022,7 +1022,6 @@
</Content>
<None Include="Resources\Icons\AppIcon.ico" />
<None Include="Resources\Images\Header_dark.png" />
<None Include="Resources\Images\AppIconPng.png" />
<None Include="Resources\Tiles\mRemoteNG.VisualElementsManifest.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
@@ -1032,6 +1031,7 @@
<None Include="Resources\Tiles\VisualElements_150.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Resources\Images\AppIcon_pixel.png" />
<Content Include="Schemas\mremoteng_confcons_v2_6.xsd">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>