mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
introduced pixelated version of logo to be easier readable in 16x16
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
mRemoteV1/Resources/Images/AppIcon_pixel.png
Normal file
BIN
mRemoteV1/Resources/Images/AppIcon_pixel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
mRemoteV1/Resources/Templates/AppIcon_pixel.png
Normal file
BIN
mRemoteV1/Resources/Templates/AppIcon_pixel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user