Browse Source

chore(icon): update title logo of client

tags/0.1.0
Timothy Liu 3 years ago
parent
commit
b2c5b24773
4 changed files with 1 additions and 5 deletions
  1. +0
    -4
      logic/Client/Client.csproj
  2. BIN
      logic/Client/EESASTLogo.png
  3. BIN
      logic/Client/Logo.png
  4. +1
    -1
      logic/Client/MainWindow.xaml

+ 0
- 4
logic/Client/Client.csproj View File

@@ -12,10 +12,6 @@
<None Remove="Logo.png" />
</ItemGroup>

<ItemGroup>
<Content Include="eesast_software_trans_enlarged.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="FrameRateTask" Version="1.2.0" />


BIN
logic/Client/EESASTLogo.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 95 kB

BIN
logic/Client/Logo.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 95 kB Width: 2048  |  Height: 2048  |  Size: 56 kB

+ 1
- 1
logic/Client/MainWindow.xaml View File

@@ -51,7 +51,7 @@
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform Angle="-0.377"/>
<RotateTransform Angle="0"/>
<TranslateTransform/>
</TransformGroup>
</Label.RenderTransform>


Loading…
Cancel
Save