Use sharp PNG header logo
This commit is contained in:
BIN
Assets/HeaderLogo.png
Normal file
BIN
Assets/HeaderLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -28,10 +28,10 @@
|
||||
BorderBrush="{DynamicResource AppBorderBrush}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="14">
|
||||
<Image Source="pack://application:,,,/Assets/AppIcon.ico"
|
||||
Width="50"
|
||||
Height="50"
|
||||
Stretch="UniformToFill"/>
|
||||
<Image Source="pack://application:,,,/Assets/HeaderLogo.png"
|
||||
Width="48"
|
||||
Height="48"
|
||||
Stretch="Uniform"/>
|
||||
</Border>
|
||||
<StackPanel Grid.Column="1" VerticalAlignment="Center">
|
||||
<TextBlock Text="Taskbar Launcher" FontSize="23" FontWeight="SemiBold"/>
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\AppIcon.ico" />
|
||||
<Resource Include="Assets\AboutLogo.png" />
|
||||
<Resource Include="Assets\HeaderLogo.png" />
|
||||
<Resource Include="Assets\TrayIcon.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Image Source="pack://application:,,,/Assets/AppIcon.ico"
|
||||
Width="30"
|
||||
Height="30"
|
||||
<Image Source="pack://application:,,,/Assets/HeaderLogo.png"
|
||||
Width="28"
|
||||
Height="28"
|
||||
Margin="0,0,10,0"
|
||||
Stretch="UniformToFill"
|
||||
Stretch="Uniform"
|
||||
VerticalAlignment="Center"/>
|
||||
<TextBlock Grid.Column="1"
|
||||
Text="Taskbar Launcher"
|
||||
|
||||
Reference in New Issue
Block a user