Enlarge header app icon

This commit is contained in:
Ray Berezowski
2026-08-25 18:23:23 -04:00
parent 6b758d4c95
commit 780f3fa038
3 changed files with 11 additions and 9 deletions

View File

@@ -21,17 +21,17 @@
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Border Width="46"
Height="46"
<Border Width="56"
Height="56"
Margin="0,0,12,0"
Background="{DynamicResource AppOrangeSoftBrush}"
BorderBrush="{DynamicResource AppBorderBrush}"
BorderThickness="1"
CornerRadius="12">
CornerRadius="14">
<Image Source="pack://application:,,,/Assets/AppIcon.ico"
Width="30"
Height="30"
Stretch="Uniform"/>
Width="50"
Height="50"
Stretch="UniformToFill"/>
</Border>
<StackPanel Grid.Column="1" VerticalAlignment="Center">
<TextBlock Text="Taskbar Launcher" FontSize="23" FontWeight="SemiBold"/>