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"/>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\AppIcon.ico" />
|
||||
<Resource Include="Assets\AboutLogo.png" />
|
||||
<Resource Include="Assets\TrayIcon.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -23,9 +23,10 @@
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Image Source="pack://application:,,,/Assets/AppIcon.ico"
|
||||
Width="22"
|
||||
Height="22"
|
||||
Margin="2,0,10,0"
|
||||
Width="30"
|
||||
Height="30"
|
||||
Margin="0,0,10,0"
|
||||
Stretch="UniformToFill"
|
||||
VerticalAlignment="Center"/>
|
||||
<TextBlock Grid.Column="1"
|
||||
Text="Taskbar Launcher"
|
||||
|
||||
Reference in New Issue
Block a user