Enlarge header app icon
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user