Use sharp PNG header logo

This commit is contained in:
Ray Berezowski
2026-08-25 21:20:57 -04:00
parent 780f3fa038
commit f8d0ca9dd7
4 changed files with 9 additions and 8 deletions

View File

@@ -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"/>